File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11825,7 +11825,7 @@ declare module 'vscode' {
11825
11825
* An event that is fired when files are going to be deleted.
11826
11826
*
11827
11827
* To make modifications to the workspace before the files are deleted,
11828
- * call the {@link FileWillCreateEvent.waitUntil `waitUntil}-function with a
11828
+ * call the {@link FileWillCreateEvent.waitUntil `waitUntil` }-function with a
11829
11829
* thenable that resolves to a {@link WorkspaceEdit workspace edit}.
11830
11830
*/
11831
11831
export interface FileWillDeleteEvent {
@@ -11885,7 +11885,7 @@ declare module 'vscode' {
11885
11885
* An event that is fired when files are going to be renamed.
11886
11886
*
11887
11887
* To make modifications to the workspace before the files are renamed,
11888
- * call the {@link FileWillCreateEvent.waitUntil `waitUntil}-function with a
11888
+ * call the {@link FileWillCreateEvent.waitUntil `waitUntil` }-function with a
11889
11889
* thenable that resolves to a {@link WorkspaceEdit workspace edit}.
11890
11890
*/
11891
11891
export interface FileWillRenameEvent {
You can’t perform that action at this time.
0 commit comments