Merge pull request #82613 from md2perpe/patch-1

Add missing preposition
This commit is contained in:
Rob Lourens 2019-10-15 09:54:53 -07:00 committed by GitHub
commit 9f6db37cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
src/vs/vscode.d.ts vendored
View file

@ -6333,7 +6333,7 @@ declare module 'vscode' {
export function executeCommand<T>(command: string, ...rest: any[]): Thenable<T | undefined>;
/**
* Retrieve the list of all available commands. Commands starting an underscore are
* Retrieve the list of all available commands. Commands starting with an underscore are
* treated as internal commands.
*
* @param filterInternal Set `true` to not see internal commands (starting with an underscore)