-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds new Headless LSP mode * refactor and simplify LSP client control flow into new `ClientConnectionManager` class * adds new setting: `godotTools.lsp.headless`, disabled by default * split `godotTools.editorPath` into `godotTools.editorPath.godot3` and `.godot4` * fix #373, broken formatting in hovers * improve right click -> open docs to work on type-annotated variables --------- Co-authored-by: David Kincaid <daelonsuzuka@gmail.com>
- Loading branch information
1 parent
6a9f408
commit f4e4b9c
Showing
14 changed files
with
1,075 additions
and
461 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.