We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3b298 commit aa0b4eeCopy full SHA for aa0b4ee
assets/images/Bitloops-Icon-256x256.png
16 KB
package.json
@@ -2,7 +2,14 @@
2
"name": "bitloops-language",
3
"displayName": "Bitloops Language",
4
"description": "Official Bitloops Language Extension",
5
- "version": "0.0.1",
+ "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",
13
"engines": {
14
"vscode": "^1.70.0"
15
},
0 commit comments