Fixing material icon theme not showing.
This commit is contained in:
parent
00e1a0fc2b
commit
835d2b7440
@ -2,7 +2,7 @@
|
||||
"name": "fira-code-material-icon-theme",
|
||||
"displayName": "Fira Code and Material Icon Theme",
|
||||
"description": "Fira Code Font and Material Design Icons for Visual Studio Code",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"scripts": {
|
||||
"build": "npm run compile:dev && npm run generateJson",
|
||||
"check": "ts-node ./src/scripts/icons/checks",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user