File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -52,5 +52,8 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
52
52
* added defp snippet for custom command with a parameter
53
53
* added defs snippet for custom command with a switch
54
54
* added alias snippet for alias creation
55
+ - 0.1.2
56
+ * added search keywords in package.json
57
+ * added publisher name
55
58
56
59
Original file line number Diff line number Diff line change 5
5
"version" : " 0.1.1" ,
6
6
"preview" : true ,
7
7
"license" : " MIT" ,
8
- "publisher" : " nushell-team " ,
8
+ "publisher" : " TheNuProjectContributors " ,
9
9
"homepage" : " https://www.nushell.sh/" ,
10
10
"repository" : {
11
11
"type" : " git" ,
22
22
" Programming Languages" ,
23
23
" Snippets"
24
24
],
25
+ "keywords" : [
26
+ " nushell" ,
27
+ " nu" ,
28
+ " shell" ,
29
+ " scripting"
30
+ ],
25
31
"galleryBanner" : {
26
32
"color" : " #008000" ,
27
33
"theme" : " light"
You can’t perform that action at this time.
0 commit comments