Skip to content

Commit

Permalink
3.34.0 (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn committed Feb 25, 2024
1 parent 53f08b3 commit c7fefcb
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).

### [3.34.0](https://github.com/denoland/vscode_deno/compare/3.33.3...3.34.0) / 2024.02.25

- chore: rename "deno/task" request to "deno.taskDefinitions" (#1057)
- fix: register commands before starting language server (#1056)
- feat: restore init workspace command as alias (#1059)
- feat: show a modal dialog after workspace init (#1060)

### [3.33.3](https://github.com/denoland/vscode_deno/compare/3.33.2...3.33.3) / 2024.01.26

- fix: check configuration type for deno.json detection (#1053)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Deno CLI, consult the following table.

| Deno CLI | vscode-deno |
| -------------- | --------------- |
| 1.37.2 onwards | TODO onwards |
| 1.37.2 onwards | 3.34.0 onwards |
| 1.37.1 | 3.32.0 - 3.33.3 |
| 1.37.0 | 3.28.0 - 3.31.0 |
| ? - 1.36.4 | 3.27.0 |
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Deno Land Inc.",
"license": "MIT",
"private": true,
"version": "3.33.3",
"version": "3.34.0",
"publisher": "deno-land",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A language server client for Deno.",
"author": "Deno Land Inc.",
"license": "MIT",
"version": "3.33.3",
"version": "3.34.0",
"icon": "deno.png",
"galleryBanner": {
"color": "#3B3738",
Expand Down
4 changes: 2 additions & 2 deletions typescript-deno-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript-deno-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Deno Land Inc.",
"license": "MIT",
"private": true,
"version": "3.33.3",
"version": "3.34.0",
"publisher": "deno-land",
"main": "./dist/index",
"files": [
Expand Down

0 comments on commit c7fefcb

Please sign in to comment.