Commit 05ca02f
committed
refactor(vscode): split lsp releated code to
> This PR refactors the VSCode extension by extracting LSP-related functionality from extension.ts into a new linter.ts module, improving code organization and separation of concerns.
>
> Key Changes:
>
> - Moved LSP client initialization, configuration, and lifecycle management from extension.ts to linter.ts
> - Created a new commands.ts file to centralize command constants
> - Simplified extension.ts to focus on extension-level orchestration by delegating to linter-specific functionslinter.ts (#15789)1 parent 61c21d6 commit 05ca02f
3 files changed
+374
-329
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments