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
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:
Ticked Format On Save in the VS Ccode settings
Make changes to the solidity file
Use cmd + s to save the solidity file
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: