chore(vscode): introduce oxc.path.oxlint and deprecate oxc.path.server#16072
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
46780dd to
444b911
Compare
There was a problem hiding this comment.
Pull request overview
This PR introduces a new configuration option oxc.path.oxlint to replace the deprecated oxc.path.server, aligning the naming to reflect that the extension now uses the oxlint binary instead of a separate language server binary. The deprecated setting is maintained for backward compatibility with appropriate deprecation warnings.
Key changes:
- Added new
oxc.path.oxlintconfiguration setting with deprecation ofoxc.path.server - Renamed internal property from
binPathtobinPathOxlintthroughout the codebase - Added fallback logic to respect the deprecated setting when the new one is not set
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| editors/vscode/package.json | Added oxc.path.oxlint configuration and marked oxc.path.server as deprecated with migration guidance |
| editors/vscode/client/VSCodeConfig.ts | Renamed property to binPathOxlint and implemented fallback logic for deprecated setting |
| editors/vscode/client/ConfigService.ts | Updated to use renamed binPathOxlint property |
| editors/vscode/tests/VSCodeConfig.spec.ts | Updated tests to cover new property name and added test for deprecated setting support |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
444b911 to
20c1123
Compare
20c1123 to
0e636f0
Compare
Merge activity
|
0e636f0 to
5ccbd9e
Compare
5ccbd9e to
4d56147
Compare
…rver` (oxc-project#16072) Preparing to remove the language server binary, renaming the setting. related oxc-project#15740

Preparing to remove the language server binary, renaming the setting.
related #15740