File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ declare module 'vscode' {
11
11
12
12
/**
13
13
* Saves the editor identified by the given resource and returns the resulting resource or `undefined`
14
- * if save was not successful.
14
+ * if save was not successful or no editor with the given resource was found .
15
15
*
16
16
* **Note** that an editor with the provided resource must be opened in order to be saved.
17
17
*
@@ -22,7 +22,8 @@ declare module 'vscode' {
22
22
23
23
/**
24
24
* Saves the editor identified by the given resource to a new file name as provided by the user and
25
- * returns the resulting resource or `undefined` if save was not successful or cancelled.
25
+ * returns the resulting resource or `undefined` if save was not successful or cancelled or no editor
26
+ * with the given resource was found.
26
27
*
27
28
* **Note** that an editor with the provided resource must be opened in order to be saved as.
28
29
*
You can’t perform that action at this time.
0 commit comments