Skip to content

Commit

Permalink
Merge pull request #302 from dlesbre/add-icon
Browse files Browse the repository at this point in the history
Add logo as icon to coq files
  • Loading branch information
thery authored Dec 13, 2022
2 parents cb97928 + a6aea6f commit 7041d34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
"extensions": [
".v"
],
"configuration": "./client/coq.configuration.json"
"configuration": "./client/coq.configuration.json",
"icon": {
"light": "./images/logo.png",
"dark": "./images/logo.png"
}
}
],
"grammars": [
Expand Down

0 comments on commit 7041d34

Please # to comment.