Skip to content

Commit aa4610c

Browse files
authored
v2.2.0 (#183)
1 parent 4a55262 commit aa4610c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
### [v2.2.0](https://github.com/denoland/vscode_deno/compare/v2.1.2...v2.2.0) / 2020.09.07
6+
7+
- feat: add inline `deno lint` diagnostics (#162)
8+
- fix: add IntelliSense support for `export` (#184)
9+
- refactor: move imports IntelliSense logic to server (#181)
10+
511
### [v2.1.2](https://github.com/denoland/vscode_deno/compare/v2.1.1...v2.1.2) / 2020.09.04
612

713
- fix: another typescript not found error (#178)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-deno",
33
"displayName": "Deno",
44
"description": "Deno support for VSCode",
5-
"version": "2.1.2",
5+
"version": "2.2.0",
66
"publisher": "denoland",
77
"icon": "deno.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)