mirror of
https://github.com/aleleba/vscode-fira-code-and-material-icon-theme.git
synced 2025-07-03 07:08:43 -06:00
Fixing material icon theme not showing.
This commit is contained in:
@ -1,3 +1,16 @@
|
||||
Index: vscode-fira-code-and-material-icon-theme/material-icon-theme/src/icons/generator/constants.ts
|
||||
===================================================================
|
||||
--- vscode-fira-code-and-material-icon-theme.orig/material-icon-theme/src/icons/generator/constants.ts
|
||||
+++ vscode-fira-code-and-material-icon-theme/material-icon-theme/src/icons/generator/constants.ts
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Path where the icons are located.
|
||||
*/
|
||||
-export const iconFolderPath: string = './../icons/';
|
||||
+export const iconFolderPath: string = './../material-icon-theme/icons/';
|
||||
|
||||
/**
|
||||
* File name of the JSON file that will be generated to the out folder.
|
||||
Index: vscode-fira-code-and-material-icon-theme/material-icon-theme/src/icons/generator/jsonGenerator.ts
|
||||
===================================================================
|
||||
--- vscode-fira-code-and-material-icon-theme.orig/material-icon-theme/src/icons/generator/jsonGenerator.ts
|
||||
|
Reference in New Issue
Block a user