Commit a187a20
committed
refactor(clearCache): Delete the LSP cache dir
Sometimes users MAY modify the LSP cache dir for reasons like development,
and when we clear all user cache we want to ensure the LSP cache is not
corrupted.
So when the user calls the clear cache command from the command palette it will
also clear the LSP cache too.
Signed-off-by: nkomonen-amazon <[email protected]>1 parent 2b6aa85 commit a187a20
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments