We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998951e commit c217e01Copy full SHA for c217e01
src/vs/platform/dialogs/common/dialogs.ts
@@ -143,7 +143,7 @@ export interface IPromptWithDefaultCancel<T> extends IPrompt<T> {
143
export interface IPromptResult<T> extends ICheckboxResult {
144
145
/**
146
- * The result of the `IPromptButton`` that was pressed or `undefined` if none.
+ * The result of the `IPromptButton` that was pressed or `undefined` if none.
147
*/
148
readonly result?: T;
149
}
0 commit comments