Replies: 2 comments 5 replies
-
Hello, this was a bug and fixed in #7447 The newest release this should be fixed :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Has this been released in latest oxlint version? Because it seems like this is still an issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to enable language server inside Sublime Text.
I’ve managed to create basic configuration. Everything works if default settings are provided, but if I try to change
configPath
to some different config file (e.g.oxlintrc.json
), language server doesn’t pick this up.These are default options I’m using:
And corresponding Sublime LSP configuration:
If I change some other option, everything is okay—for example, setting
oxc_language_server.enable
to false disables language server.Am I doing something wrong? From what I can see inside language server codebase this should be picked up and applied inside current workspace.
Beta Was this translation helpful? Give feedback.
All reactions