File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ class ThemeContribution extends Disposable implements ClientAppContribution {
143143 async initialize ( ) {
144144 this . themeService . registerThemes (
145145 IDETheme . packageJSON . contributes ! . themes ,
146- URI . parse ( getExtensionPath ( IDETheme . extension ) )
146+ URI . parse ( getExtensionPath ( IDETheme . extension , 'public' ) )
147147 ) ;
148148 this . themeService . registerThemes (
149149 GeekTheme . packageJSON . contributes ! . themes ,
150- URI . parse ( getExtensionPath ( GeekTheme . extension ) )
150+ URI . parse ( getExtensionPath ( GeekTheme . extension , 'public' ) )
151151 ) ;
152152 // 强制用集成设置的默认主题
153153 await this . themeService . applyTheme ( this . defaultPreferenceProvider . get ( 'general.theme' ) ) ;
@@ -225,7 +225,8 @@ class EditorSpecialContribution
225225 ClientAppContribution ,
226226 CommandContribution ,
227227 KeybindingContribution ,
228- MonacoContribution {
228+ MonacoContribution
229+ {
229230 @Autowired ( WorkbenchEditorService )
230231 editorService : WorkbenchEditorService ;
231232
Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ export const GeekTheme: IExtensionBasicMetadata = {
7575 extension : {
7676 publisher : 'alex-ext-public' ,
7777 name : 'alipay-geek-theme' ,
78- version : '1.8.0 ' ,
78+ version : '1.8.2 ' ,
7979 } ,
8080 packageJSON : {
8181 publisher : 'cloudide' ,
8282 name : '@alipay/geek-theme' ,
83- version : '1.8.0 ' ,
83+ version : '1.8.2 ' ,
8484 displayName : 'Geek IDE UI Theme' ,
8585 description : 'Geek IDE UI Theme' ,
8686 contributes : {
You can’t perform that action at this time.
0 commit comments