qwen-code/docs/users/features
yiliang114 8420386d14 feat(lsp): Removes built-in LSP configuration options and improves configuration loading mechanism
- remove configuration options such as lsp.enabled, lsp.allowed, lsp.excluded, etc. from settings.json schema
- Delete lspSettingsSchema.ts files and associated JSON schema definitions
- Removed VS Code settings loading function, no longer merge. vscode/settings.json configuration
- Updated LSP documentation to reflect new configurations and experimental flags
-remove allow/exclude parameters in NativeLspService constructor
- Create new LspConfigLoader classes to handle LSP configuration loading and merging
- Updated debug guide to match the new configuration mechanism
- Simplify loadCliConfig functions, remove startLsp options
- Reconstruct the configuration loading process to remove duplicate configuration merge logic
- Add LspConfigLoader classes to implement configuration parsing and merging functions
2026-01-25 20:59:44 +08:00
..
_meta.ts wip: lsp 2026-01-21 01:15:59 +08:00
approval-mode.md docs: updated all links, click and open in vscode, new showcase video in overview 2025-12-17 11:10:31 +08:00
checkpointing.md feat: restructure docs 2025-12-04 18:26:05 +08:00
commands.md feat: add docs 2026-01-19 14:51:49 +08:00
headless.md add docs 2025-12-23 10:53:09 +08:00
language.md feat: adjust code 2025-12-24 10:26:30 +08:00
lsp.md feat(lsp): Removes built-in LSP configuration options and improves configuration loading mechanism 2026-01-25 20:59:44 +08:00
mcp.md docs: updated all links, click and open in vscode, new showcase video in overview 2025-12-17 11:10:31 +08:00
sandbox.md feat: Customizing the sandbox environment 2026-01-13 10:39:32 +08:00
skills.md feat: add docs 2026-01-19 14:51:49 +08:00
sub-agents.md feat: add docs 2026-01-19 14:51:49 +08:00
token-caching.md feat: update docs 2025-12-12 19:37:36 +08:00