diff options
author | Andrew Ross <[email protected]> | 2019-01-18 10:59:08 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-19 12:36:54 +0000 |
commit | 1800bfb6e67ab7187f0fa51ca8241e904922ecd8 (patch) | |
tree | 50b642b7cd89beca48a622b4380ebd183da9e462 /.gitignore | |
parent | 168c46ab777f6e3263bb2e58f0ce9b0b1619114e (diff) |
Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is set
Changed presentation from clear to reveal silent
Removed the vscode gitignore entry
Added debugging documentation
Added tasks and launch configs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 68158e41c..25e2b01b4 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -2,6 +2,5 @@ | |||
2 | crates/*/target | 2 | crates/*/target |
3 | **/*.rs.bk | 3 | **/*.rs.bk |
4 | .idea/* | 4 | .idea/* |
5 | .vscode/* | ||
6 | *.log | 5 | *.log |
7 | *.iml | 6 | *.iml |