astro-vscode 2.15.2 → 2.15.4
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +12 -0
- package/dist/node/client.js +2 -2
- package/dist/node/server.js +405 -399
- package/package.json +5 -5
- package/src/client.ts +3 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> astro-vscode@2.15.
|
|
2
|
+
> astro-vscode@2.15.4 build /home/runner/work/language-tools/language-tools/packages/vscode
|
|
3
3
|
> tsc && pnpm prebuild && node scripts/build.mjs -- --minify
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> astro-vscode@2.15.
|
|
6
|
+
> astro-vscode@2.15.4 prebuild /home/runner/work/language-tools/language-tools/packages/vscode
|
|
7
7
|
> cd ../ts-plugin && pnpm build
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @astrojs/ts-plugin@1.10.
|
|
10
|
+
> @astrojs/ts-plugin@1.10.4 build /home/runner/work/language-tools/language-tools/packages/ts-plugin
|
|
11
11
|
> tsc
|
|
12
12
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# astro-vscode
|
|
2
2
|
|
|
3
|
+
## 2.15.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 128cf11: Improves performance when using TS 5.6. Performance is still degraded compared to 5.5, but should at least be usable.
|
|
8
|
+
|
|
9
|
+
## 2.15.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8673fa5: Fixes certain cases where content schemas would not be reloaded properly when they were updated
|
|
14
|
+
|
|
3
15
|
## 2.15.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|