Commit graph

3 commits

Author SHA1 Message Date
Alexander S.
b04041d1cf
fix(vscode)!: use .oxlintrc.json as default value for oxc.configPath (#7442)
**BREAKING CHANGE**: VSCode-Client does not watch for `eslint`
configuration files. Default value for `oxc.configPath` is now
`.oxlintrc.json` instead of `.eslintrc`
2024-11-24 12:32:44 +08:00
Alexander S.
779f4798e2
test(editor): check if workspace configuration is updated (#7403)
setter methods can not return anything (void), so that why I needed to
refactor them :)
2024-11-23 12:59:18 +08:00
Alexander S.
466f395816
refactor(vscode): split ConfigService and Config (#7376)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-11-21 09:57:09 +08:00
Renamed from editors/vscode/client/config.ts (Browse further)