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 wanted to add a .gitignore file to my project and while renaming, there was some unwanted "magic" behavior that added a file extension to my file in the rename text field, namely a . at the end which caused the text edit contents to read .gitignore.. There should be no magic behavior in renaming whatsoever since this is a developer tool, not a consumer one.
To Reproduce
Open a project without a .gitignore file
Choose "New file" in the context menu
Enter .gitignore
Expected Behavior
I can read what I typed, without any magic behavior adding a ..
Description
I wanted to add a
.gitignore
file to my project and while renaming, there was some unwanted "magic" behavior that added a file extension to my file in the rename text field, namely a.
at the end which caused the text edit contents to read.gitignore.
. There should be no magic behavior in renaming whatsoever since this is a developer tool, not a consumer one.To Reproduce
.gitignore
file.gitignore
Expected Behavior
I can read what I typed, without any magic behavior adding a
.
.Version Information
CodeEdit: 0.3.3-alpha (44)
macOS: 15.1
Xcode: 16.2
Additional Context
No response
Screenshots
Note also the
untitled.
which has a weird.
, too.The text was updated successfully, but these errors were encountered: