-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to turn on oxlint --import-plugin in vscode extension #6416
Comments
Will be added in #6088 |
@DonIsaac can't wait!) Very important to me feature because I want to be early adopter as possible because my entire team will get benefits from 1 sec linting! |
Glad you're exited! This will be available in the v1 release. |
@DonIsaac I build from source today vscode extension, fresh oxlint, oxlint suport plugins in config, when I add "import" It Works perfectly, but vscode extension not show "import" plugin warns / errors |
You need to change the Path to the LSP binary |
looks like problem reproduced in 0.10.0 - vscode extension not show any of warn or error for |
hi, when will this be released formally in vscode? my team will be happy as well :) |
@stavalfi you mean import plugin support, or overall support? |
import plugin support for now, but overall support will be great as well ! Thank you!! |
Looks like since 0.11.0 import rules working in vscode, but bug not in import plugin, but in some rules which not correctly working in vscode. So I close the issue, and open new with more details. |
Currently
oxc
vscode extension not show error messages for import plugin, but for example rules likeimport/no-cycle
is very useful (while in eslint it's time intensive operation) but not working out of the box and not possible to turn on via config.The text was updated successfully, but these errors were encountered: