mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-19 16:28:28 +00:00
Fixes #1748 - gopls failed to start with JSON RPC parse error. The workspaceFolders capability was incorrectly sent as an object { supported: true } instead of a boolean true, causing gopls to fail with 'cannot unmarshal object into... bool'. |
||
|---|---|---|
| .. | ||
| constants.ts | ||
| LspConfigLoader.test.ts | ||
| LspConfigLoader.ts | ||
| LspConnectionFactory.ts | ||
| LspLanguageDetector.ts | ||
| LspResponseNormalizer.ts | ||
| LspServerManager.ts | ||
| NativeLspClient.ts | ||
| NativeLspService.integration.test.ts | ||
| NativeLspService.test.ts | ||
| NativeLspService.ts | ||
| types.ts | ||