Replies: 1 comment 1 reply
-
Can you please tell us more about your configuration? Are you using the new Roslyn LSP or have you configured the extension to use OmniSharp? What actions have your configured VS Code to run on format/save? I would not expect CodeFixes to be applied on save unless you are using the OmniSharp language service with fixAll on save configured.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I sometimes have this warning
I'd like the editor not to delete
xxx
on format/save, although it is unused.I tried adding
To my
.editorconfig
but the editor is still automatically deleting my code!Any idea how to tackle that?
My
settings.json
Beta Was this translation helpful? Give feedback.
All reactions