diff options
| author | Dax Raad <[email protected]> | 2025-05-27 15:20:43 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-27 15:20:43 -0400 |
| commit | e98f915fd512e5319079d7b0826ecd44f2d6e463 (patch) | |
| tree | 257e18551df78111a6600c997f6487546645c33e /js/src/lsp | |
| parent | 07f0fea4bf86044439e89673cdab408b231a81a3 (diff) | |
| download | opencode-e98f915fd512e5319079d7b0826ecd44f2d6e463.tar.gz opencode-e98f915fd512e5319079d7b0826ecd44f2d6e463.zip | |
stripped
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 { |
