-
Notifications
You must be signed in to change notification settings - Fork 183
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
LSP.sublime-settings does not recognize lsp_code_actions_on_save configuration #2434
Comments
Can you post the output of |
Hello @rchl , apologies for the delay. The output of Version
Server Test Run
Server Configuration
[
"/home/vesper/.zls/zls"
]
/home/vesper/.zls/zls
{}
{}
{} Active view
{
"auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc",
"lsp_active": true,
"syntax": "Packages/Zig Language/Syntaxes/Zig.sublime-syntax"
}
Project / Workspace
[]
LSP configuration{
"clients": {
"zig": {
"command": [
"/home/vesper/.zls/zls"
],
"enabled": true,
"selector": "source.zig"
}
},
"lsp_code_actions_on_save": {
"source.fixAll": false,
"source.organizeImports": false
},
"lsp_format_on_save": false,
"semantic_highlighting": true,
"show_inlay_hints": false
} System PATH
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to issue "Plugin does not reflect lsp_code_actions_on_save settings #2421"
Similar to @hrasekj : I have my LSP.sublime-settings configured to not fix or organize on save, but fixAll is being applied regardless and I can't figure out how to turn it off. My user settings are being ignored.
Sublime Text Build 4169 on Kubuntu; x86_64; kernel 5.15.0-100-generic; zsh
The text was updated successfully, but these errors were encountered: