diff options
Diffstat (limited to 'js/src/lsp')
| -rw-r--r-- | js/src/lsp/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/lsp/index.ts b/js/src/lsp/index.ts index 2294d439f..f8b019e04 100644 --- a/js/src/lsp/index.ts +++ b/js/src/lsp/index.ts @@ -102,11 +102,13 @@ export namespace LSP { ".ctsx", ], }, + /* { id: "golang", command: ["gopls"], extensions: [".go"], }, + */ ]; export namespace Diagnostic { |
