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

VS Code Format On Save bug #1630

Open
throuz opened this issue Mar 24, 2024 · 0 comments
Open

VS Code Format On Save bug #1630

throuz opened this issue Mar 24, 2024 · 0 comments

Comments

@throuz
Copy link

throuz commented Mar 24, 2024

Describe the bug
If Format On Save is ticked in the VS Ccode settings, the solidity file will ignore the changed part when saving and save it as an unmodified version.

To Reproduce
Steps to reproduce the behavior:

  1. Ticked Format On Save in the VS Ccode settings
  2. Make changes to the solidity file
  3. Use cmd + s to save the solidity file
  4. Will find that the changes are missing

Expected behavior
Should be able to save changes.

Hyperledger Solang version
v0.3.3

Additional context
Manual format and manual save will not have this problem.

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
@throuz and others