astro-vscode 0.23.1 → 0.24.0

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,32 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 0.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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
8
+ - 5a583d3: TypeScript will now be loaded from VS Code / the workspace instead of being bundled inside the language server
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [b66ae70]
13
+ - @astrojs/ts-plugin@0.3.0
14
+
15
+ ## 0.23.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 150946c: Publish failed
20
+ - Updated dependencies [150946c]
21
+ - @astrojs/language-server@0.23.3
22
+
23
+ ## 0.23.2
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [b13fb51]
28
+ - @astrojs/language-server@0.23.2
29
+
3
30
  ## 0.23.1
4
31
 
5
32
  ### Patch Changes