Skip to content

Commit

Permalink
Fix typo found in testing #42195
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jan 31, 2018
1 parent d6f8c7f commit 8adf87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ declare module 'vscode' {

/**
* Updates the [workspace folders](#workspace.workspaceFolders) of the currently opened workspace. This method allows to add, remove
* and change workspace folders a the same time. Use the [onDidChangeWorkspaceFolders()](#onDidChangeWorkspaceFolders)
* and change workspace folders at the same time. Use the [onDidChangeWorkspaceFolders()](#onDidChangeWorkspaceFolders)
* event to get notified when the workspace folders have been updated.
*
* **Example:** adding a new workspace folder at the end of workspace folders
Expand Down

0 comments on commit 8adf87c

Please sign in to comment.