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 177cc4b commit eae69faCopy full SHA for eae69fa
assets/nushell.ico
6.69 KB
package.json
@@ -2,13 +2,17 @@
2
"name": "vscode-nushell-lang",
3
"displayName": "vscode-nushell-lang",
4
"description": "nushell language for vscode",
5
- "version": "0.0.6",
+ "version": "0.0.7",
6
"license": "MIT",
7
"publisher": "nushell-team",
8
- "repository": "https://github.com/fdncred/vscode-nushell-lang/",
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/nushell/vscode-nushell-lang.git"
11
+ },
12
"engines": {
13
"vscode": "^1.52.0"
14
},
15
+ "icon": "assets/nushell.ico",
16
"categories": [
17
"Programming Languages"
18
],
0 commit comments