Fix dts typo

This commit is contained in:
Rob Lourens 2021-08-11 14:12:47 -07:00
parent 943036686e
commit 8b598d67ed

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

@ -11687,7 +11687,7 @@ declare module 'vscode' {
readonly executionOrder?: number;
/**
* If the exclusive finished successfully.
* If the execution finished successfully.
*/
readonly success?: boolean;