Skip to content

Commit d60350a

Browse files
authored
3.21.0 (#907)
1 parent 5f0ab0c commit d60350a

File tree

7 files changed

+27
-11
lines changed

7 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,25 @@
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.21.0](https://github.com/denoland/vscode_deno/compare/3.20.0...3.21.0) / 2023.09.05
7+
8+
- fix: run only the clicked test via code lens (#798)
9+
- fix: delete renamed test steps (#898)
10+
- fix: check for existing commands before registering them (#905)
11+
- feat: add redirects to lockfile schema (#894)
12+
- feat: allow --inspect-wait when debugging test (#893)
13+
14+
- feat: enable via config file detection (#902)
15+
16+
This will only activate with Deno 1.37.0 installed, which is unreleased as of
17+
writing. Removes the prompt added in
18+
[3.12.0](https://github.com/denoland/vscode_deno/blob/main/CHANGELOG.md#3120--20220330)
19+
since it's superseded by this feature.
20+
621
### [3.20.0](https://github.com/denoland/vscode_deno/compare/3.19.1...3.20.0) / 2023.08.03
722

8-
- fix: respect user's answers for enabling or disabling lint and the unstable flag during workspace initialization (#799)
23+
- fix: respect user's answers for enabling or disabling lint and the unstable
24+
flag during workspace initialization (#799)
925
- feat: cache on save (#831, #877)
1026
- feat: Refreshed icon (#869)
1127
- feat: show output panel on status bar click (#861)

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.20.0",
7+
"version": "3.21.0",
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.20.0",
7+
"version": "3.21.0",
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.20.0",
7+
"version": "3.21.0",
88
"publisher": "deno-land",
99
"main": "./dist/index",
1010
"files": [

0 commit comments

Comments
 (0)