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' {
1182511825 * An event that is fired when files are going to be deleted.
1182611826 *
1182711827 * 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
1182911829 * thenable that resolves to a {@link WorkspaceEdit workspace edit}.
1183011830 */
1183111831 export interface FileWillDeleteEvent {
@@ -11885,7 +11885,7 @@ declare module 'vscode' {
1188511885 * An event that is fired when files are going to be renamed.
1188611886 *
1188711887 * 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
1188911889 * thenable that resolves to a {@link WorkspaceEdit workspace edit}.
1189011890 */
1189111891 export interface FileWillRenameEvent {
You can’t perform that action at this time.
0 commit comments