Skip to content

Commit 828f231

Browse files
authored
Merge pull request #35 from fdncred/updates
updated to 0.4.0, removed intellisense
2 parents 49f8d18 + 2547820 commit 828f231

File tree

6 files changed

+4565
-3056
lines changed

6 files changed

+4565
-3056
lines changed

CHANGELOG.md

Lines changed: 50 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -5,66 +5,68 @@ 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
3131
- 0.0.8
32-
* added ansi strip
33-
* added term size
34-
* added mod
35-
* fixed bug in escapes
36-
* fixed build-string
37-
* added alias
38-
* added char prompt
39-
* added char newline
40-
* added format
41-
* added $it.item
42-
* added $it.index
32+
- added ansi strip
33+
- added term size
34+
- added mod
35+
- fixed bug in escapes
36+
- fixed build-string
37+
- added alias
38+
- added char prompt
39+
- added char newline
40+
- added format
41+
- added $it.item
42+
- added $it.index
4343
- 0.0.9
44-
* renamed dark theme to Nushell-Dark
45-
* added light theme named Nushell-Light
44+
- renamed dark theme to Nushell-Dark
45+
- added light theme named Nushell-Light
4646
- 0.1.0
47-
* tweaked some dark colors
48-
* added source color for dark color
49-
* changed double quote regex
47+
- tweaked some dark colors
48+
- added source color for dark color
49+
- changed double quote regex
5050
- 0.1.1
51-
* added def snippet for custom command
52-
* added defp snippet for custom command with a parameter
53-
* added defs snippet for custom command with a switch
54-
* added alias snippet for alias creation
51+
- added def snippet for custom command
52+
- added defp snippet for custom command with a parameter
53+
- added defs snippet for custom command with a switch
54+
- added alias snippet for alias creation
5555
- 0.1.2
56-
* added search keywords in package.json
57-
* added publisher name
58-
* updated screenshots
56+
- added search keywords in package.json
57+
- added publisher name
58+
- updated screenshots
5959
- 0.2.0
60-
* added intellisense aka auto-complete for commands and subcommands
60+
- added intellisense aka auto-complete for commands and subcommands
6161
- 0.2.1
62-
* tweaked the dark theme colors a tiny bit
63-
* updated commands and keywords
62+
- tweaked the dark theme colors a tiny bit
63+
- updated commands and keywords
6464
- 0.2.2
65-
* fixed a regression in syntax highlighting (thanks yume-chan)
65+
- fixed a regression in syntax highlighting (thanks yume-chan)
6666
- 0.3.0
67-
* updated commands to support all commands in nushell 0.32.0
68-
* update intellisense to support all commands in nushell 0.32.0
69-
* added block parameter syntax highlighting
70-
67+
- updated commands to support all commands in nushell 0.32.0
68+
- updated intellisense to support all commands in nushell 0.32.0
69+
- added block parameter syntax highlighting
70+
- 0.4.0
71+
- updated commands to support all commands in nushell 0.34.1
72+
- disabled intellisense completions

0 commit comments

Comments
 (0)