Skip to content

Commit

Permalink
Fix API typo (#175653)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Feb 28, 2023
1 parent 4eaeb97 commit b19d36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12263,7 +12263,7 @@ declare module 'vscode' {
* If you want to monitor file events across all opened workspace folders:
*
* ```ts
* vscode.workspace.createFileSystemWatcher('**​/*.js'));
* vscode.workspace.createFileSystemWatcher('**​/*.js');
* ```
*
* *Note:* the array of workspace folders can be empty if no workspace is opened (empty window).
Expand Down

0 comments on commit b19d36f

Please sign in to comment.