Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Mar 29, 2021
1 parent 1cfcb3c commit c946ec2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
Completions and hovers for Sonic Pi code editing.

Sonic Pi code running support curtosey Luis Lloret via https://github.com/llloret/sonic-pi-vscode-editor.

Sonic Pi must be installed in order for this to work. https://sonic-pi.net/
Binary file added img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "vscode-sonic-pi",
"displayName": "vscode-sonic-pi",
"displayName": "Sonic Pi",
"publisher": "jakearl",
"description": "",
"description": "Language support and code running for Sonic Pi scripts",
"preview": true,
"version": "0.0.1",
"repository": {
"url": "https://github.com/JacksonKearl/vscode-sonic-pi"
},
"icon": "img/icon.png",
"engines": {
"vscode": "^1.54.0"
},
Expand Down

0 comments on commit c946ec2

Please sign in to comment.