oxc
oxc copied to clipboard
linter: Wrong path to language server on windows
What version of Oxlint are you using?
0.9.10
What command did you run?
No response
What does your .oxlint.json config file look like?
No response
What happened?
node_modules\.bin\oxc_language_server failed.
this should be node_modules\.bin\oxc_language_server.CMD or node_modules\.bin\oxc_language_server.ps1
Or should reference the language server bundled with the extension in target/release
Related to https://github.com/oxc-project/oxc/pull/6384
@sschneider-ihre-pvs could you confirm it's fixed in oxlint 0.11.0?
Yes it seems to work now 👍