diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-02-05 22:35:04 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-02-05 22:35:04 +0100 |
| commit | 55ab0586626b0a833e7b3801164699e4b3a640c2 (patch) | |
| tree | 7ebd3f76327b8d9f5e4840592ce3f37e9fe63827 /.vscode | |
| parent | 4549164147a331c583651f87d3d0490eb0a0397f (diff) | |
| parent | b1cf6d7ccd532b35c845ba93170996f700ce59a7 (diff) | |
Merge branch 'release/1.0.0'1.0.0
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..7bc18a4 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,18 @@ +// A launch configuration that launches the extension inside a new window +// Use IntelliSense to learn about possible attributes. +// Hover to view descriptions of existing attributes. +// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Extension", + "type": "extensionHost", + "request": "launch", + "runtimeExecutable": "${execPath}", + "args": [ + "--extensionDevelopmentPath=${workspaceFolder}" + ] + } + ] +}
\ No newline at end of file |