mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Bootstrap test
This commit is contained in:
+16
@@ -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",
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
// Mainly for static files
|
||||
"liveServer.settings.useWebExt": true,
|
||||
|
||||
// This means that you change your real URL (current PHP url)
|
||||
// to another URL (which Live Sever starts).
|
||||
"liveServer.settings.proxy": {
|
||||
"enable": true, // i. enabled
|
||||
"baseUri": "/", // ii. workspace
|
||||
"proxyUri": "http://localhost:80/workspace" // iii. actual address
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user