Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Apr 13, 2021
1 parent 6114435 commit afcfdd7
Show file tree
Hide file tree
Showing 9 changed files with 584 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "14.11.0"
node-version: "15.14.0"

- name: Get npm cache directory
id: npm-cache
Expand All @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-node-
- name: Setup Deno
uses: denolib/setup-deno@master
uses: denoland/setup-deno@main
with:
deno-version: 1.x

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).

### [3.3.0](https://github.com/denoland/vscode_deno/compare/3.2.0...3.3.0) / 2021.04.13

- feat: add support for import registry completions (#380)
- feat: add restart language server command (#385)
- feat: add version notification message (#383)
- feat: support for relative path resolution (using workspaces) in deno.path
(#381)

### [3.2.0](https://github.com/denoland/vscode_deno/compare/3.1.0...3.2.0) / 2021.03.15

- feat: read-add debug support (#351)
Expand Down
Loading

0 comments on commit afcfdd7

Please sign in to comment.