This commit is contained in:
2026-08-23 19:46:43 -04:00
parent 3bd59af6b9
commit acb73bcc58
11 changed files with 471 additions and 1 deletions
+10
View File
@@ -19,6 +19,16 @@
"command": "gopls",
"args": []
},
"ols": {
"enabled": true,
"command": "ols",
"args": []
},
"roslyn": {
"enabled": true,
"command": "roslyn-language-server",
"args": ["--stdio", "--autoLoadProjects"]
},
"typescript": {
"enabled": true,
"command": "typescript-language-server",