astro-vscode 0.23.2 → 0.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 0.24.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 180ade5: Empty changeset for failed publish
8
+
9
+ ## 0.24.0
10
+
11
+ ### Minor Changes
12
+
13
+ - b66ae70: Update the VS Code extension to use a bundled version of the language server for better performance and compatibility with running the extension in the web
14
+ - 5a583d3: TypeScript will now be loaded from VS Code / the workspace instead of being bundled inside the language server
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b66ae70]
19
+ - @astrojs/ts-plugin@0.3.0
20
+
21
+ ## 0.23.3
22
+
23
+ ### Patch Changes
24
+
25
+ - 150946c: Publish failed
26
+ - Updated dependencies [150946c]
27
+ - @astrojs/language-server@0.23.3
28
+
3
29
  ## 0.23.2
4
30
 
5
31
  ### Patch Changes