diff options
| author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-08-08 10:59:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-08 10:59:09 -0400 |
| commit | 9776f0dbb1189105e5b947beb107203f4404c40c (patch) | |
| tree | d6e3e0ecb1398174756183ce2d8a6662b33b29b0 /.vscode/launch.json | |
| parent | 44a0bc3546eca5fa18f3599448ebcebf709e3f90 (diff) | |
| parent | f3a1b96c5587249a1f6d45ecc9b462215da479e2 (diff) | |
Merge pull request #241 from browngraphicslab/speech-to-text
Speech to text overlay with registered commands on shift+space
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 3 |
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", |
