Skip to content

Commit b154235

Browse files
authored
0.0.9
1 parent 7b45392 commit b154235

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Releases of the extension can be downloaded from
44
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
55

6+
### [canary/0.0.9](https://github.com/denoland/vscode_deno/compare/canary/0.0.8...canary/0.0.9) / 2021.02.13
7+
8+
- feat: add initialize workspace command (#316)
9+
- feat: support deno cache quick fix (#322)
10+
- feat: add implementations code lens configuration option (#319)
11+
- chore: add screenshot to README (#323)
12+
613
### [canary/0.0.8](https://github.com/denoland/vscode_deno/compare/canary/0.0.7...canary/0.0.8) / 2021.02.01
714

815
- feat: code lens for references (#308)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A beta language server client for Deno. Requires Deno 1.6 or better.",
55
"author": "Deno Land Inc.",
66
"license": "MIT",
7-
"version": "0.0.8",
7+
"version": "0.0.9",
88
"icon": "deno.png",
99
"galleryBanner": {
1010
"color": "#3B3738",

0 commit comments

Comments
 (0)