Skip to content

Commit

Permalink
Feat: add icon to vy file
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon-azerty committed Sep 23, 2024
1 parent bf0d469 commit 94cf11e
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 0 deletions.
100 changes: 100 additions & 0 deletions vscode/dist/extension.js

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

1 change: 1 addition & 0 deletions vscode/dist/extension.js.map

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

Binary file added vscode/images/icons/vyper-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,25 @@
],
"activationEvents": [],
"main": "./dist/extension.js",
"icon": "images/icons/vyper-logo.png",
"contributes": {
"commands": [
{
"command": "osmium-vyper.helloWorld",
"title": "Hello World"
}
],
"languages": [
{
"id": "vyper",
"aliases": ["Vyper", "vyper"],
"extensions": [".vy"],
"configuration": "./language-configuration.json",
"icon": {
"light": "images/icons/vyper-logo.png",
"dark": "images/icons/vyper-logo.png"
}
}
]
},
"devDependencies": {
Expand Down

0 comments on commit 94cf11e

Please sign in to comment.