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
When the GitHub Pull Requests extension is enabled, closing an unsaved file in VSCode (after choosing "Don't Save") causes a new untitled file (Untitled-1) to be created automatically. This behavior does not occur when the extension is disabled.
Steps to Reproduce
Install and enable the GitHub Pull Requests extension.
Open a new file in VSCode (Ctrl+N or Cmd+N).
Type any text in the new file.
Close the file without saving by selecting "Don't Save."
Observe that a new untitled file (Untitled-1) is automatically created.
Expected Behavior
When an unsaved file is closed and discarded, it should not result in the creation of a new untitled file.
Actual Behavior
Closing an unsaved file results in a new untitled file (Untitled-1) being automatically created, even though no such behavior occurs when the extension is disabled.
Troubleshooting Steps Taken
Disabled the GitHub Pull Requests extension.
The issue no longer occurs when the extension is disabled.
The text was updated successfully, but these errors were encountered:
singularitti
changed the title
"Untitled-1" File Created After Discarding Unsaved Files with GitHub Pull Requests Extension EnabledUntitled-1 File Created After Discarding Unsaved Files with GitHub Pull Requests Extension Enabled
Jan 25, 2025
Summary
When the GitHub Pull Requests extension is enabled, closing an unsaved file in VSCode (after choosing "Don't Save") causes a new untitled file (
Untitled-1
) to be created automatically. This behavior does not occur when the extension is disabled.Steps to Reproduce
Ctrl+N
orCmd+N
).Untitled-1
) is automatically created.Expected Behavior
When an unsaved file is closed and discarded, it should not result in the creation of a new untitled file.
Actual Behavior
Closing an unsaved file results in a new untitled file (
Untitled-1
) being automatically created, even though no such behavior occurs when the extension is disabled.Troubleshooting Steps Taken
VSCode and Extension Details
VSCode Version:
GitHub Pull Requests Extension Version: 0.102.0
OS: macOS 15.2 (24C101)
The text was updated successfully, but these errors were encountered: