Skip to content

Commit aa0b4ee

Browse files
committed
v0.0.2 Added icon
1 parent ae3b298 commit aa0b4ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
16 KB
Loading

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "bitloops-language",
33
"displayName": "Bitloops Language",
44
"description": "Official Bitloops Language Extension",
5-
"version": "0.0.1",
5+
"publisher": "Bitloops",
6+
"repository": {
7+
"type": "git",
8+
"url": "git@github.com:bitloops/bitloops-language-vscode.git"
9+
},
10+
"icon": "assets/images/Bitloops-Icon-256x256.png",
11+
"license": "MIT",
12+
"version": "0.0.2",
613
"engines": {
714
"vscode": "^1.70.0"
815
},

0 commit comments

Comments
 (0)