Skip to content

Commit

Permalink
add garden file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthenet committed Dec 12, 2023
1 parent 245b2fb commit 17f0edd
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
"editor.formatOnSave": true
Expand Down
144 changes: 144 additions & 0 deletions icons/garden.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: 10 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2483,5 +2483,15 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'apps-script', fileExtensions: ['gs'] },
{
name: 'garden',
fileNames: [
'garden.yml',
'garden.yaml',
'project.garden.yml',
'project.garden.yaml',
],
fileExtensions: ['.garden.yml', '.garden.yaml'],
},
],
};

0 comments on commit 17f0edd

Please sign in to comment.