oxc/editors/vscode/client
Nicholas Rayburn 38b1c2ec65
feat(editor): Create a command to apply all auto-fixes for the current active text editor (#7672)
Ref #7456

- Creates a custom action in the language server that applies all
auto-fixes for a given file.
- Updates VS Code to use the custom action with a command to apply fixes
for the currently active text editor.
2024-12-13 13:46:05 +08:00
..
config.spec.ts fix(vscode)!: use .oxlintrc.json as default value for oxc.configPath (#7442) 2024-11-24 12:32:44 +08:00
Config.ts fix(vscode)!: use .oxlintrc.json as default value for oxc.configPath (#7442) 2024-11-24 12:32:44 +08:00
ConfigService.ts refactor(vscode): split ConfigService and Config (#7376) 2024-11-21 09:57:09 +08:00
extension.ts feat(editor): Create a command to apply all auto-fixes for the current active text editor (#7672) 2024-12-13 13:46:05 +08:00
types.ts feat(editor/vscode)!: unify configuration logic (#6630) 2024-10-16 22:31:29 +00:00