Bug: Editor is altering code - Even when the source is non-editable #1645
-
I've seen this several times, but have finally had the time to write up a simple program you can use to see the problem. Here's the scenario:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
In your instance, what determines if the source is non-editable? Everything you open up in VS Code is editable, unless you explicitly tell your filter or connect to be readonly. Using Control+Alt+P opens things up as editable unless the connected is protected. If you try and save a member that you do not have authority to, then it will fail, but you will still be able to edit it. We don't check individual member authority when opening with the shortcut. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
This seems to have resolved itself. All it took was my old laptop having a corrupt kernel in the OS, getting a new laptop and fresh installing code4i. How many licks does it take to get to the center of a tootsie roll pop? The world may never know...