Add missing preposition

"Commands starting an underscore" -> "Commands starting *with* an underscore"
This commit is contained in:
Per Persson 2019-10-15 16:49:39 +02:00 committed by GitHub
parent 887528397c
commit ada8bd61b5
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)