Skip to content

Commit

Permalink
Icon for nx files and folder (Fixes #276)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Feb 5, 2025
1 parent 79eee3e commit 8c9dc5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/icons/files/nx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@
"xml": { "iconPath": "./icons/files/xml.svg" },
"yaml": { "iconPath": "./icons/files/yaml.svg" },
"yarn": { "iconPath": "./icons/files/yarn.svg" },
"zig": { "iconPath": "./icons/files/zig.svg" }
"zig": { "iconPath": "./icons/files/zig.svg" },
"nx": { "iconPath": "./icons/files/nx.svg" }
},

"fileExtensions": {
Expand Down Expand Up @@ -1327,7 +1328,9 @@
"rslib.config.mts": "rslib",
"rslib.config.cts": "rslib",
".oxlintrc.json": "oxlint",
".oxlintignore": "oxlint"
".oxlintignore": "oxlint",
".nxignore": "nx",
"nx.json": "nx"
},

"languageIds": {
Expand Down Expand Up @@ -1548,7 +1551,8 @@
"expo": "folder-expo",
".expo": "folder-expo",
"gradle": "folder-gradle",
".gradle": "folder-gradle"
".gradle": "folder-gradle",
".nx": "folder-gray"
},
"hidesExplorerArrows": false,
"file": "document",
Expand Down

0 comments on commit 8c9dc5b

Please sign in to comment.