Skip to content

Commit 6b968ef

Browse files
authored
Fix @link JSDoc rendering (microsoft#166757)
1 parent e5559ca commit 6b968ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)