We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d69ea commit 9f24011Copy full SHA for 9f24011
docs/lsp-clients.json
@@ -153,6 +153,14 @@
153
"installation-url": "https://github.com/saibing/bingo/wiki/Install",
154
"debugger": "Yes"
155
},
156
+ {
157
+ "name": "gdscript",
158
+ "full-name": "GDScript",
159
+ "server-name": "godot",
160
+ "server-url": "https://github.com/godotengine/godot",
161
+ "installation-url": "https://github.com/godotengine/godot",
162
+ "debugger": "Not available"
163
+ },
164
{
165
"name": "gopls",
166
"full-name": "Go",
mkdocs.yml
@@ -41,6 +41,7 @@ nav:
41
- Eslint: page/lsp-eslint.md
42
- F#: page/lsp-fsharp.md
43
- Fortran: page/lsp-fortran.md
44
+ - GDScript: page/lsp-gdscript.md
45
- Go (gopls): page/lsp-gopls.md
46
- Go (bingo): page/lsp-bingo.md
47
- Groovy: page/lsp-groovy.md
0 commit comments