Skip to content

Commit

Permalink
feat: add vitepress folder icon
Browse files Browse the repository at this point in the history
Fixes #2587

Added VitePress folder icon.

* Add a new entry for `.vitepress` in `folderIcons` array in `src/core/icons/folderIcons.ts`.
* Add `folder-vitepress.svg` and `folder-vitepress-open.svg` to the `icons` directory.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/material-extensions/vscode-material-icon-theme/issues/2587?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
okineadev committed Oct 31, 2024
1 parent e7708f5 commit 018a14e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-vitepress-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder-vitepress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,10 @@ export const folderIcons: FolderTheme[] = [
{
name: 'folder-powershell',
folderNames: ["powershell", "ps", "ps1"]
},
{
name: 'folder-vitepress',
folderNames: ['.vitepress'],
}
],
},
Expand Down

0 comments on commit 018a14e

Please sign in to comment.