Skip to content

Commit eae69fa

Browse files
committed
added icon
1 parent 177cc4b commit eae69fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assets/nushell.ico

6.69 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"name": "vscode-nushell-lang",
33
"displayName": "vscode-nushell-lang",
44
"description": "nushell language for vscode",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"license": "MIT",
77
"publisher": "nushell-team",
8-
"repository": "https://github.com/fdncred/vscode-nushell-lang/",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/nushell/vscode-nushell-lang.git"
11+
},
912
"engines": {
1013
"vscode": "^1.52.0"
1114
},
15+
"icon": "assets/nushell.ico",
1216
"categories": [
1317
"Programming Languages"
1418
],

0 commit comments

Comments
 (0)