-
Notifications
You must be signed in to change notification settings - Fork 39.7k
Trigger "Save As..." for virtual document editors when saving #101952
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release notesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-editorsManaging of editor widgets in workbench windowManaging of editor widgets in workbench window
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release notesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-editorsManaging of editor widgets in workbench windowManaging of editor widgets in workbench window
I'm creating a document using TextDocumentContentProvider. This works well, however I would also like to be able to save the document.
Savegreyed outSave, but does nothingSave As...does workI think in all three cases it should simply do the Save As functionality.