You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by niksy August 22, 2024
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.
We should call init_linter_config after the
configPath
is changedDiscussed in #5061
Originally posted by niksy August 22, 2024
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.
The text was updated successfully, but these errors were encountered: