Fixing material icon theme not showing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-09-06 11:10:21 -06:00
parent 00e1a0fc2b
commit 835d2b7440
3 changed files with 14 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -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",

View File

@ -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