astro-vscode 0.23.3 → 0.24.2

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,29 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 0.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b2ca00: Retry deploy again
8
+
9
+ ## 0.24.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 180ade5: Empty changeset for failed publish
14
+
15
+ ## 0.24.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 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
20
+ - 5a583d3: TypeScript will now be loaded from VS Code / the workspace instead of being bundled inside the language server
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [b66ae70]
25
+ - @astrojs/ts-plugin@0.3.0
26
+
3
27
  ## 0.23.3
4
28
 
5
29
  ### Patch Changes