qwen-code/packages/core/src/lsp
TheForgivenOne 6843a6fce7 fix: change workspaceFolders capability to boolean for LSP servers
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'.
2026-02-24 15:02:47 +00:00
..
constants.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00
LspConfigLoader.test.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00
LspConfigLoader.ts refactor(lsp): migrate remaining LSP console calls to debugLogger 2026-02-02 17:50:18 +08:00
LspConnectionFactory.ts refactor(lsp): migrate remaining LSP console calls to debugLogger 2026-02-02 17:50:18 +08:00
LspLanguageDetector.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00
LspResponseNormalizer.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00
LspServerManager.ts fix: change workspaceFolders capability to boolean for LSP servers 2026-02-24 15:02:47 +00:00
NativeLspClient.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00
NativeLspService.integration.test.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00
NativeLspService.test.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00
NativeLspService.ts refactor(lsp): migrate console calls to debugLogger in LSP subsystem 2026-02-02 17:46:01 +08:00
types.ts refactor(lsp): restructure the LSP service import and test configuration 2026-01-29 00:54:59 +08:00