@@ -5,66 +5,68 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
5
5
## [ Pre-Release]
6
6
7
7
- Initial release 0.0.1
8
- * proof of concept release
8
+ - proof of concept release
9
9
- 0.0.2
10
- * tweak sytnax highlighting
10
+ - tweak sytnax highlighting
11
11
- 0.0.3
12
- * changed ` set ` to ` let ` since the language changed
12
+ - changed ` set ` to ` let ` since the language changed
13
13
- 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
20
20
- 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
23
23
- 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
28
28
- 0.0.7
29
- * made release work dynamically with versions
30
- * added icon
29
+ - made release work dynamically with versions
30
+ - added icon
31
31
- 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
43
43
- 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
46
46
- 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
50
50
- 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
55
55
- 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
59
59
- 0.2.0
60
- * added intellisense aka auto-complete for commands and subcommands
60
+ - added intellisense aka auto-complete for commands and subcommands
61
61
- 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
64
64
- 0.2.2
65
- * fixed a regression in syntax highlighting (thanks yume-chan)
65
+ - fixed a regression in syntax highlighting (thanks yume-chan)
66
66
- 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