Skip to content

Commit 22597b4

Browse files
authored
fix: improve type definition of editor tab (#341)
1 parent 20d6b93 commit 22597b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/model/workbench/editor.ts

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ interface BuiltInEditorTabDataType {
2222
path?: string;
2323
value?: string;
2424
modified?: boolean;
25+
26+
[key: string]: any;
2527
}
2628

2729
export interface IEditorActionsProps extends IMenuItemProps {

0 commit comments

Comments
 (0)