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
5252 * added defp snippet for custom command with a parameter
5353 * added defs snippet for custom command with a switch
5454 * added alias snippet for alias creation
55+ - 0.1.2
56+ * added search keywords in package.json
57+ * added publisher name
5558
5659
Original file line number Diff line number Diff line change 55 "version" : " 0.1.1" ,
66 "preview" : true ,
77 "license" : " MIT" ,
8- "publisher" : " nushell-team " ,
8+ "publisher" : " TheNuProjectContributors " ,
99 "homepage" : " https://www.nushell.sh/" ,
1010 "repository" : {
1111 "type" : " git" ,
2222 " Programming Languages" ,
2323 " Snippets"
2424 ],
25+ "keywords" : [
26+ " nushell" ,
27+ " nu" ,
28+ " shell" ,
29+ " scripting"
30+ ],
2531 "galleryBanner" : {
2632 "color" : " #008000" ,
2733 "theme" : " light"
You can’t perform that action at this time.
0 commit comments