Skip to content

Commit

Permalink
3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 4, 2022
1 parent 5c6aaab commit b80e599
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).

### [3.10.0](https://github.com/denoland/vscode_deno/compare/3.9.2...3.10.0) / 20212.01.05

- feat: enable known registries by default (#594)

Known registries which support completions suggestions in the editor
(`deno.land`, `crux.land`, `nest.land`) are now enabled by default, making it
easier to discover packages.

- feat: support the inspect option for `Deno.test` (#598)

This allows the code lens for the `Debug` command to execute a test in debug
mode.

- chore: update min version (#596)

### [3.9.2](https://github.com/denoland/vscode_deno/compare/3.9.1...3.9.2) / 2021.11.09

- fix: add back bundling and ensure CI uses same version of vsce for all steps
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.9.2",
"version": "3.10.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.9.2",
"version": "3.10.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.9.2",
"version": "3.10.0",
"publisher": "deno-land",
"main": "./dist/index",
"files": [
Expand Down

0 comments on commit b80e599

Please sign in to comment.