Commit 11812f9
committed
Make
This patch makes `init the exstension` command use the current file to
determine the matching root folder.
For instance you have this hierarchy.
```
workspace
- proj1
- proj2
- file.txt
```
Previously the extension only created the LSP configuration file in
`proj1` dir. Now if you open `file.txt` in `proj2` and run `init the
extension`, it will create the configuration file in `proj2` dir.init extension command use current file1 parent be0c1bc commit 11812f9
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | | - | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
0 commit comments