Skip to content

Commit 6ce6ee6

Browse files
authored
3.43.2 (#1234)
1 parent ddf03ea commit 6ce6ee6

File tree

7 files changed

+16
-10
lines changed

7 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Releases of the extension can be downloaded from
44
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
55

6+
### [3.43.2](https://github.com/denoland/vscode_deno/compare/3.43.1...3.43.2) / 2025.01.02
7+
8+
- chore: sync css preprocessor documents with the lsp (#1233)
9+
- fix: add svelte as a recognised file for deno extension (#1227)
10+
- fix: lockfile schema - remote is not required (#1225)
11+
612
### [3.43.1](https://github.com/denoland/vscode_deno/compare/3.43.0...3.43.1) / 2024.12.13
713

814
- chore: sync sql and component documents with the lsp (#1223)

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Deno Land Inc.",
55
"license": "MIT",
66
"private": true,
7-
"version": "3.43.1",
7+
"version": "3.43.2",
88
"publisher": "deno-land",
99
"repository": {
1010
"type": "git",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A language server client for Deno.",
55
"author": "Deno Land Inc.",
66
"license": "MIT",
7-
"version": "3.43.1",
7+
"version": "3.43.2",
88
"icon": "deno.png",
99
"galleryBanner": {
1010
"color": "#3B3738",

typescript-deno-plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-deno-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Deno Land Inc.",
55
"license": "MIT",
66
"private": true,
7-
"version": "3.43.1",
7+
"version": "3.43.2",
88
"publisher": "deno-land",
99
"main": "./dist/index",
1010
"files": [

0 commit comments

Comments
 (0)