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 working in Sublime Text 4.
I have looked high and low, and cannot find a way to turn off code actions. I want most of the functionality of ZLS, it is very helpful, except Don't Edit My Code. Ever, Anywhere, At All, Please.
The sublime console logs this as lsp_apply_document_edit
I have the following in my lsp config:
"lsp_apply_document_edit": false,
"lsp_format_on_save": false,
"lsp_code_actions_on_save": {
"source.fixAll": false,
"source.organizeImports": false,
},
"force_autofix": false,
Nothing seems to work.
Please tell me how I can get this to stop. This is so frustrating.
The text was updated successfully, but these errors were encountered:
Could you first try the setup guide for ZLS in sublime text to see if it resolves your issue. This configuration does have code actions disabled by default.
If this did not help, the following information would be needed to nail down the issue:
I'm working in Sublime Text 4.
I have looked high and low, and cannot find a way to turn off code actions. I want most of the functionality of ZLS, it is very helpful, except Don't Edit My Code. Ever, Anywhere, At All, Please.
The sublime console logs this as lsp_apply_document_edit
I have the following in my lsp config:
"lsp_apply_document_edit": false,
"lsp_format_on_save": false,
"lsp_code_actions_on_save": {
"source.fixAll": false,
"source.organizeImports": false,
},
"force_autofix": false,
Nothing seems to work.
Please tell me how I can get this to stop. This is so frustrating.
The text was updated successfully, but these errors were encountered: