File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -55,5 +55,6 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
55
55
- 0.1.2
56
56
* added search keywords in package.json
57
57
* added publisher name
58
+ * updated screenshots
58
59
59
60
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ This [extension for VSCode](https://code.visualstudio.com/docs/introvideos/exten
7
7
* Syntax highlighting grammar for Nushell scripts (` .nu ` files)
8
8
* Nushell theme that tries to match Nushell's coloring
9
9
10
- ## Screenshot (v0.0.4 )
10
+ ## Screenshot (v0.1.1 )
11
11
12
- With Nushell Color Theme
13
- ![ Nushell script with Nushell color theme] ( https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/004-nushell .png )
14
- With VSDark+ Color Theme
15
- ![ Nushell script with VSDark+ color theme] ( https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/004-vsdark .png )
12
+ With Nushell-Dark Color Theme
13
+ ![ Nushell script with Nushell color theme] ( https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/012-dark .png )
14
+ With Nushell-Light Color Theme
15
+ ![ Nushell script with VSDark+ color theme] ( https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/012-light .png )
16
16
17
17
## Known Issues
18
18
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-nushell-lang" ,
3
3
"displayName" : " vscode-nushell-lang" ,
4
4
"description" : " nushell language for vscode" ,
5
- "version" : " 0.1.1 " ,
5
+ "version" : " 0.1.2 " ,
6
6
"preview" : true ,
7
7
"license" : " MIT" ,
8
8
"publisher" : " TheNuProjectContributors" ,
You can’t perform that action at this time.
0 commit comments