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
Alexander S.
5190b7fb28
test(editor): add test setup ( #7361 )
...
Tried it with `vitest`, but there was too many problems with `vscode`
integration.
That why I followed the official guide:
-
https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode
-
https://code.visualstudio.com/api/working-with-extensions/continuous-integration
2024-11-20 12:46:01 +08:00