|
@@ -11,22 +11,22 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
]
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Launch playground (Chrome)",
|
|
|
"type": "chrome",
|
|
|
"request": "launch",
|
|
|
"url": "http://localhost:1338/Playground/index-local.html",
|
|
|
"webRoot": "${workspaceRoot}/",
|
|
|
- "sourceMaps": true,
|
|
|
+ "sourceMaps": true,
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
]
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Launch playground (Chrome+WebGL 1.0 forced)",
|
|
|
"type": "chrome",
|
|
@@ -37,7 +37,7 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--disable-es3-apis"
|
|
|
+ "--disable-es3-apis"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -50,7 +50,7 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -63,7 +63,7 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -76,7 +76,7 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -89,7 +89,7 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -102,9 +102,9 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"runtimeArgs": [
|
|
|
- "--enable-unsafe-es3-apis"
|
|
|
+ "--enable-unsafe-es3-apis"
|
|
|
]
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Launch Build Validation (Chrome)",
|
|
|
"type": "chrome",
|
|
@@ -115,7 +115,20 @@
|
|
|
"preLaunchTask": "run",
|
|
|
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
|
|
|
"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"
|
|
|
]
|
|
|
}
|
|
|
]
|