diff options
author | Seivan Heidari <[email protected]> | 2019-12-23 14:35:31 +0000 |
---|---|---|
committer | Seivan Heidari <[email protected]> | 2019-12-23 14:35:31 +0000 |
commit | b21d9337d9200e2cfdc90b386591c72c302dc03e (patch) | |
tree | f81f5c08f821115cee26fa4d3ceaae88c7807fd5 /.vscode | |
parent | 18a0937585b836ec5ed054b9ae48e0156ab6d9ef (diff) | |
parent | ce07a2daa9e53aa86a769f8641b14c2878444fbc (diff) |
Merge branch 'master' into feature/themes
Diffstat (limited to '.vscode')
-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 | { |