aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-08-04 20:53:50 -0400
committerkimdahey <claire_kim1@brown.edu>2019-08-04 20:53:50 -0400
commitac6d9fe0b327436729ceeaee2acecf6ea8f2fa3d (patch)
tree21bbc0fa8062d8a7f225bce704ba34b07cfae8f6 /.vscode
parent857e98b16f693db968b04ede62e3f864f8b2ed35 (diff)
copy to clipboard
Diffstat (limited to '.vscode')
-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",