Bootstrap test

This commit is contained in:
Simon Lübeß
2024-10-02 18:21:57 +02:00
parent 21ddf69d5f
commit 4f45da02bf
86 changed files with 77957 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Open EntityHierarchy.html",
"file": "d:\\Development\\Projects\\Beef\\GlitchyEngine\\GlitchyEditor\\assets\\pages\\EntityHierarchy.html",
// Configure location of browser:
"runtimeExecutable": "C:\\Users\\Simon\\AppData\\Local\\Chromium\\Application\\chrome.exe",
}
]
}