aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-12-08 19:58:43 +0000
committerEdwin Cheng <[email protected]>2019-12-08 19:58:43 +0000
commit81ce9833a59756b85c0528cbc76dfb4b272d651c (patch)
tree518d905046d83daa93655b20aceb819bd6fd08a3 /.vscode
parente3a9e806bae14fbeb5d7369d7b7871ba87353316 (diff)
Add rollup sourcemap and fix launch.json
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
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 {