Skip to content

Commit 91e354b

Browse files
committed
made screenshots urls so they'll show up in vscode
tweaked changelog
1 parent ca0d070 commit 91e354b

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
55
## [Pre-Release]
66

77
- Initial release 0.0.1
8-
proof of concept release
8+
* proof of concept release
99
- 0.0.2
10-
tweak sytnax highlighting
10+
* tweak sytnax highlighting
1111
- 0.0.3
12-
changed `set` to `let` since the language changed
12+
* changed `set` to `let` since the language changed
1313
- 0.0.4
14-
changed line comment from `//` to `#`
15-
updated readme screenshot and issue link
16-
added all current nushell keywords
17-
added all current nushell sub commands
18-
fixed `[$var` bug
19-
fixed `foo-bar` bug
14+
* changed line comment from `//` to `#`
15+
* updated readme screenshot and issue link
16+
* added all current nushell keywords
17+
* added all current nushell sub commands
18+
* fixed `[$var` bug
19+
* fixed `foo-bar` bug
2020
- 0.0.5
21-
updated screenshot with different themes
22-
reorganized code a bit
21+
* updated screenshot with different themes
22+
* reorganized code a bit
2323
- 0.0.6
24-
fixed `my-ls` highlighting bug
25-
added build ci and release pipeline
26-
readme updates from `waldyrious` ty!
27-
moved assets to a folder
24+
* fixed `my-ls` highlighting bug
25+
* added build ci and release pipeline
26+
* readme updates from `waldyrious` ty!
27+
* moved assets to a folder
2828
- 0.0.7
29-
made release work dynamically with versions
30-
added icon
29+
* made release work dynamically with versions
30+
* added icon

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This [extension for VSCode](https://code.visualstudio.com/docs/introvideos/exten
1010
## Screenshot (v0.0.4)
1111

1212
With Nushell Color Theme
13-
![Nushell script with Nushell color theme](assets/004-nushell.png)
13+
![Nushell script with Nushell color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/004-nushell.png)
1414
With VSDark+ Color Theme
15-
![Nushell script with VSDark+ color theme](assets/004-vsdark.png)
15+
![Nushell script with VSDark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/004-vsdark.png)
1616

1717
## Known Issues
1818

0 commit comments

Comments
 (0)