mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Fix quick input back button
This commit is contained in:
@@ -2729,7 +2729,7 @@ export enum DebugConfigurationProviderTriggerKind {
|
||||
@es5ClassCompat
|
||||
export class QuickInputButtons {
|
||||
|
||||
static readonly Back: vscode.QuickInputButton = { iconPath: { id: 'back.svg' } };
|
||||
static readonly Back: vscode.QuickInputButton | { iconPath: string } = { iconPath: 'back.svg' };
|
||||
|
||||
private constructor() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user