Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
Fixes #96315

VS Code now calls `.delete` on the backup for you
  • Loading branch information
mjbvz committed Apr 28, 2020
1 parent d5c9ffd commit a00e2c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1459,9 +1459,6 @@ declare module 'vscode' {
* are displaying the document in the same state is saved in. This usually means reloading the file from the
* workspace.
*
* During `revert`, your extension should also clear any backups for the custom editor. Backups are only needed
* when there is a difference between an editor's state in VS Code and its save state on disk.
*
* @param document Document to revert.
* @param cancellation Token that signals the revert is no longer required.
*
Expand Down

0 comments on commit a00e2c9

Please sign in to comment.