mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
fixes #991
This commit is contained in:
@@ -129,8 +129,8 @@ export abstract class Command {
|
||||
command: {
|
||||
id: this.id,
|
||||
title: item.title,
|
||||
icon: item.icon
|
||||
// precondition: this.precondition
|
||||
icon: item.icon,
|
||||
precondition: this.precondition
|
||||
},
|
||||
when: item.when,
|
||||
order: item.order
|
||||
|
||||
Reference in New Issue
Block a user