mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
Implement headless LSP mode (#488)
* 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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"target": "es2020",
|
||||
"outDir": "out",
|
||||
"lib": [
|
||||
"es2020",
|
||||
|
||||
Reference in New Issue
Block a user