Fix API typo (#175653)

This commit is contained in:
Logan Ramos
2023-02-28 07:52:30 -07:00
committed by GitHub
parent 4eaeb97452
commit b19d36feaa

View File

@@ -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).