Commit 76644ec
committed
Revert "Address 'no scope' warning"
This reverts commit d17039f.
Sending 'null' goes against the LSP spec,
so it only works with VS Code and LSP clients that are replicating this
behaviour.
(i.e. VS Code and neovim work, but emacs, helix, and many other clients don't)
Fixes #1201, fixes #12021 parent fc5f874 commit 76644ec
File tree
2 files changed
+3
-3
lines changed- src/languageserver/handlers
- test
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments