Skip to content
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

Support VSCode Format on Save Modifications Only Mode #1193

Closed
cl3m opened this issue Mar 6, 2024 · 1 comment
Closed

Support VSCode Format on Save Modifications Only Mode #1193

cl3m opened this issue Mar 6, 2024 · 1 comment

Comments

@cl3m
Copy link

cl3m commented Mar 6, 2024

Environments

  • IDE Version: VSCode 1.87.0
  • Extension Version: 1.6.0
  • CSharpier Version: 0.27.3
  • Operating System: macOS 14.2.1

Steps to reproduce

Use "editor.formatOnSaveMode": "modifications" in vscode setting.

Expected behavior

Format only the modified part of the file.

Actual behavior

Does not format at all. You need to use "editor.formatOnSaveMode": "file" which format the whole file.

@belav
Copy link
Owner

belav commented Mar 8, 2024

Duplicate of #659

@belav belav marked this as a duplicate of #659 Mar 8, 2024
@belav belav closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants