Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 committed Jun 13, 2024
1 parent 00736e1 commit 62c875f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import config from '@woohm402/eslint-config-base';

export default [
{
ignores: ['esbuild.js', 'out', 'dist'],
ignores: ['esbuild.js', 'out', 'dist', 'node_modules', '.vscode-test'],
},
...config,
];
File renamed without changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"vscode": "^1.90.0"
},
"icon": "assets/icon.png",
"icon": "icon.png",
"categories": [
"Other"
],
Expand Down

0 comments on commit 62c875f

Please sign in to comment.