File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,24 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## Unreleased
10
10
11
+ ## 0.4.0 - 08-12-2025
12
+
11
13
### Added
12
14
13
15
- Added automatic retry for Sprocket language server on unexpected termination.
14
16
17
+ ### Fixed
18
+
19
+ - Rolls back syntax highlighting in ` command ` blocks to represent multi-line
20
+ template strings
21
+ ([ #32 ] ( https://github.com/stjude-rust-labs/sprocket-vscode/pull/32 ) )
22
+
15
23
## 0.3.0 - 10-22-2024
16
24
17
25
### Added
18
26
19
- - Added a feature to automatically install and update ` sprocket ` from GitHub ([ #7 ] ( https://github.com/stjude-rust-labs/sprocket-vscode/pull/7 ) ).
27
+ - Added a feature to automatically install and update ` sprocket ` from GitHub
28
+ ([ #7 ] ( https://github.com/stjude-rust-labs/sprocket-vscode/pull/7 ) ).
20
29
21
30
## 0.2.0 - 08-16-2024
22
31
@@ -32,7 +41,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
32
41
- Multiple updates to the ` README.md ` and instructions on how to get set up
33
42
using the Sprocket VS Code extension
34
43
([ ` 295f100 ` ] ( https://github.com/stjude-rust-labs/sprocket-vscode/commit/295f100194dc577daf044978b562a60ab5e728ae )
35
- and [ ` c65a65f ` ] ( https://github.com/stjude-rust-labs/sprocket-vscode/commit/c65a65f2fd1768d12ae6c6814b6daf29a60311a7 ) ).
44
+ and
45
+ [ ` c65a65f ` ] ( https://github.com/stjude-rust-labs/sprocket-vscode/commit/c65a65f2fd1768d12ae6c6814b6daf29a60311a7 ) ).
36
46
37
47
## 0.1.0 - 07-29-2024
38
48
Original file line number Diff line number Diff line change 8
8
"type" : " git" ,
9
9
"url" : " https://github.com/stjude-rust-labs/sprocket-vscode"
10
10
},
11
- "version" : " 0.3 .0" ,
11
+ "version" : " 0.4 .0" ,
12
12
"engines" : {
13
13
"vscode" : " ^1.91.0"
14
14
},
136
136
"typescript" : " ^5.4.5"
137
137
},
138
138
"packageManager" :
" [email protected] +sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
139
- }
139
+ }
You can’t perform that action at this time.
0 commit comments