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
I was still able to modify and "save" the file within VS Code, with no error message.
When I open the file from outside, I see that the file was not saved, whereas nothing told me so in VS Code.
When I reopen VS code on the same folder, it enventually tells me that I cannot save the read only file.
Actual result
The following message is not printed 'Script_FallingStars.js': File is read-only. Select 'Overwrite' to attempt to make it writeable.
Expected result
The following message is printed : 'Script_FallingStars.js': File is read-only. Select 'Overwrite' to attempt to make it writeable.
Possible source of the problem :
VS Code might send a "read only" message based on a permission check done when we open a file. To solve this problem, VS Code should check the permission of the file each time a file is saved (at least for the manual saving operations) or be able to obtain and deal with the save error related to its saving command.
VS Code version: Code 1.93.1 (38c31bc, 2024-09-11T17:20:05.685Z)
OS version: Linux x64 6.1.0-25-amd64
Modes:
Type: Bug
Work on Debian 12, Xfce
Bug description :
Actual result
The following message is not printed 'Script_FallingStars.js': File is read-only. Select 'Overwrite' to attempt to make it writeable.
Expected result
The following message is printed : 'Script_FallingStars.js': File is read-only. Select 'Overwrite' to attempt to make it writeable.
Possible source of the problem :
VS Code might send a "read only" message based on a permission check done when we open a file. To solve this problem, VS Code should check the permission of the file each time a file is saved (at least for the manual saving operations) or be able to obtain and deal with the save error related to its saving command.
VS Code version: Code 1.93.1 (38c31bc, 2024-09-11T17:20:05.685Z)
OS version: Linux x64 6.1.0-25-amd64
Modes:
System Info
Extensions (1)
A/B Experiments
The text was updated successfully, but these errors were encountered: