|
@@ -2,6 +2,19 @@
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
"configurations": [
|
|
"configurations": [
|
|
{
|
|
{
|
|
|
|
+ "name": "Launch Viewer (Chrome)",
|
|
|
|
+ "type": "chrome",
|
|
|
|
+ "request": "launch",
|
|
|
|
+ "url": "http://localhost:9000/",
|
|
|
|
+ "webRoot": "${workspaceRoot}/Viewer/dist/",
|
|
|
|
+ "sourceMaps": true,
|
|
|
|
+ //"preLaunchTask": "build-viewer", // TODO - test why this fails.
|
|
|
|
+ "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
|
+ "runtimeArgs": [
|
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "Launch nullEngine",
|
|
"name": "Launch nullEngine",
|
|
"type": "node",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"request": "launch",
|
|
@@ -123,19 +136,6 @@
|
|
"runtimeArgs": [
|
|
"runtimeArgs": [
|
|
"--enable-unsafe-es3-apis"
|
|
"--enable-unsafe-es3-apis"
|
|
]
|
|
]
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name": "Launch Viewer (Chrome)",
|
|
|
|
- "type": "chrome",
|
|
|
|
- "request": "launch",
|
|
|
|
- "url": "http://localhost:9000/",
|
|
|
|
- "webRoot": "${workspaceRoot}/Viewer/dist/",
|
|
|
|
- "sourceMaps": true,
|
|
|
|
- //"preLaunchTask": "build-viewer", // TODO - test why this fails.
|
|
|
|
- "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
|
- "runtimeArgs": [
|
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
|
- ]
|
|
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|