Skip to content

Commit

Permalink
v2.1.1 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Sep 4, 2020
1 parent dff1664 commit 9adc3a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Releases of the extension can be downloaded from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).

### [v2.1.1](https://github.com/denoland/vscode_deno/compare/v2.1.0...v2.1.1) / 2020.09.04

- fix: typescript not found error (#177)

### [v2.1.0](https://github.com/denoland/vscode_deno/compare/v2.0.16...v2.1.0) / 2020.09.04

- feat: IntelliSense support for std and deno.land/x imports (#172)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deno",
"displayName": "Deno",
"description": "Deno support for VSCode",
"version": "2.1.0",
"version": "2.1.1",
"publisher": "denoland",
"icon": "deno.png",
"galleryBanner": {
Expand Down
3 changes: 2 additions & 1 deletion typescript-deno-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"devDependencies": {
"@types/deep-equal": "1.0.1",
"@types/json5": "0.0.30"
"@types/json5": "0.0.30",
"typescript": "4.0.2"
}
}

0 comments on commit 9adc3a2

Please sign in to comment.