We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487a069 commit 2e03739Copy full SHA for 2e03739
1 file changed
src/vscode-context-menu/vscode-context-menu.ts
@@ -9,8 +9,7 @@ import '../vscode-context-menu-item/index.js';
9
import styles from './vscode-context-menu.styles.js';
10
11
interface MenuItemData {
12
- // TODO: make optional
13
- label: string;
+ label?: string;
14
keybinding?: string;
15
value?: string;
16
separator?: boolean;
0 commit comments