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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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