File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## 2.2.0 - 2024-03-05
5
+ ## 2.2.1 - 2024-03-06
6
+
7
+ ### <!-- 0 --> :rocket : New features
8
+
9
+ - Add Yarn PnP support ([ #134 ] ( https://github.com/biomejs/biome-vscode/pull/134 ) )
10
+ - Search for ` biome ` in PATH ([ #129 ] ( https://github.com/biomejs/biome-vscode/pull/129 ) )
11
+ - Add ` astro ` , ` vue ` , and ` svelte ` support ([ #141 ] ( https://github.com/biomejs/biome-vscode/pull/141 ) )
12
+ - Publish nightlies as pre-releases ([ #145 ] ( https://github.com/biomejs/biome-vscode/pull/145 ) )
13
+ - Support enabling and disabling the extension from configuration
14
+
15
+ ### <!-- 1 --> :bug : Bug fixes
16
+
17
+ - Activation failure without a workspace ([ #98 ] ( https://github.com/biomejs/biome-vscode/pull/98 ) )
18
+ - Scan workspace folders until biome is found ([ #108 ] ( https://github.com/biomejs/biome-vscode/pull/108 ) )
19
+ - Ensure biome binary exists at path ([ #128 ] ( https://github.com/biomejs/biome-vscode/pull/128 ) )
20
+ - Rollback ` undici ` and ` vscode-languageclient ` updates
21
+
22
+ ## 2.2.0 (yanked) - 2024-03-05
6
23
7
24
### <!-- 0 --> :rocket : New features
8
25
Original file line number Diff line number Diff line change 3
3
"publisher" : " biomejs" ,
4
4
"displayName" : " Biome" ,
5
5
"description" : " Biome LSP VS Code Extension" ,
6
- "version" : " 2.2.0 " ,
6
+ "version" : " 2.2.1 " ,
7
7
"icon" : " resources/icons/icon.png" ,
8
8
"activationEvents" : [
9
9
" onLanguage:javascript" ,
You can’t perform that action at this time.
0 commit comments