Skip to content

Commit

Permalink
feat: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Sep 30, 2024
1 parent 388f584 commit 538461c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Binary file added apps/vscode/images/osmo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"vscode": "^1.90.0"
},
"categories": ["Other"],
"icon": "images/osmo.png",
"galleryBanner": {
"color": "#00522E",
"theme": "light"
},
"activationEvents": ["onLanguage:css"],
"main": "dist/client.js",
"scripts": {
Expand All @@ -37,7 +42,7 @@
},
"devDependencies": {
"@types/vscode": "^1.90.0",
"esbuild": "0.21.5",
"esbuild": "0.23.1",
"style-dictionary": "^4.0.1"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 538461c

Please sign in to comment.