-
I noticed that csharp-ls will not show me errors in my repository until I open the files with issues manually.
E.g., if I change the name of some class (without using LSP rename feature), and that cl…
-
Is `file:` protocol considered a secure context? Is reading and writing to the user filesystem at `file:` protocol considered to be any less "secure" than JavaScript code a web site reading and writin…
-
There is currently no section on security considerations in the specification. There should probably be something containing an analysis of the security implications of the protocol.
-
When quitting my EDITOR ([BBEdit](https://www.barebones.com/products/bbedit/)), it hangs waiting for `deno lsp`.
I have reported the issue to BareBones. They advised that it's possibly due to LSP …
-
The specification does not require any particular messaging protocol. An approach for testing in the CTS needs to be determined.
-
Includes hierarchal code symbols in `textDocument/documentSymbol`.
https://microsoft.github.io/language-server-protocol/specification#version_3_10_0
-
With the advent of the DEIT, it is perhaps worth revisiting the question of how we present what Solid is. Here is my take.
**Solid is**
* **a vision** of an inclusive web in which everyone…
-
https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup
+
https://microsoft.github.io/language-server-protocol/specification#textDocument_codeLens
should be able to do that
-
LSP allows for multiple "root folders" to be open inside a single workspace.
To support this, Lexical would have to send the `workspace/workspaceFolders` request to get the list of open folders fro…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I am currently writing a [VHDL extension](https://github.com/rapgenic/zed-vhdl).
Sometimes the…