diff options
author | Edwin Cheng <[email protected]> | 2019-12-08 19:58:43 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-12-08 19:58:43 +0000 |
commit | 81ce9833a59756b85c0528cbc76dfb4b272d651c (patch) | |
tree | 518d905046d83daa93655b20aceb819bd6fd08a3 /.vscode/launch.json | |
parent | e3a9e806bae14fbeb5d7369d7b7871ba87353316 (diff) |
Add rollup sourcemap and fix launch.json
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 9aafc8bd3..0cf3984a9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json | |||
@@ -16,7 +16,7 @@ | |||
16 | "env": { | 16 | "env": { |
17 | "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server" | 17 | "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server" |
18 | }, | 18 | }, |
19 | "outFiles": ["${workspaceFolder}/editors/code/out/**/*.js"], | 19 | "outFiles": ["${workspaceFolder}/editors/code/bundle/**/*.js"], |
20 | "preLaunchTask": "Build All" | 20 | "preLaunchTask": "Build All" |
21 | }, | 21 | }, |
22 | { | 22 | { |