remove references to icon themes
This commit is contained in:
parent
f0a7e7a531
commit
834ee6cc94
3 changed files with 0 additions and 9 deletions
|
@ -29,7 +29,6 @@ export interface ColorTheme extends Theme {
|
|||
export interface Contributions {
|
||||
'localizations'?: Localization[];
|
||||
'themes'?: ColorTheme[];
|
||||
'iconThemes'?: Theme[];
|
||||
[contributionType: string]: any;
|
||||
}
|
||||
|
||||
|
|
7
src/test/fixtures/contributions/package.json
vendored
7
src/test/fixtures/contributions/package.json
vendored
|
@ -14,13 +14,6 @@
|
|||
"path": "./themes/monokai-dark.json",
|
||||
"uiTheme": "vs-dark"
|
||||
}
|
||||
],
|
||||
"iconThemes": [
|
||||
{
|
||||
"id": "fakeicons",
|
||||
"label": "fakeicons",
|
||||
"path": "./themes/fakeicons.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{ "theme": "fakeicons" }
|
Loading…
Add table
Reference in a new issue