aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-08 11:21:57 -0400
committerbob <bcz@cs.brown.edu>2019-08-08 11:21:57 -0400
commite946f85b46e1b1a75ba46ccf9a1ee023e749b837 (patch)
tree13e6e489d10b7707a9e10fde87f399e396d506cd /.vscode/launch.json
parent3110d85b7e1efab006a13824792b031f63dba8c8 (diff)
parent9776f0dbb1189105e5b947beb107203f4404c40c (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index e4196600e..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",