Fix
This commit is contained in:
7
node_modules/vscode-textmate/release/tests/themes.test.d.ts
generated
vendored
Normal file
7
node_modules/vscode-textmate/release/tests/themes.test.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Registry } from '../main';
|
||||
import { IRawTheme } from '../theme';
|
||||
export interface ThemeData {
|
||||
themeName: string;
|
||||
theme: IRawTheme;
|
||||
registry: Registry;
|
||||
}
|
||||
Reference in New Issue
Block a user