aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 822a06024..d2c18d6f1 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,6 +12,9 @@
"breakOnLoad": true,
"url": "http://localhost:1050/login",
"webRoot": "${workspaceFolder}",
+ "runtimeArgs": [
+ "--experimental-modules"
+ ]
},
{
"type": "firefox",
@@ -25,10 +28,6 @@
{
"type": "chrome",
"request": "launch",
- "runtimeArgs": [
- "--enable-logging",
- "--v=1"
- ],
"name": "Launch Chrome against Dash server",
"sourceMaps": true,
"breakOnLoad": true,