Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge canary 0.0.10 #5

Merged
merged 13 commits into from
Feb 17, 2021
Merged
6 changes: 0 additions & 6 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
.gitignore
**/tsconfig.json
**/tsconfig.base.json
client/node_modules/**
!client/node_modules/vscode-jsonrpc/**
!client/node_modules/vscode-languageclient/**
!client/node_modules/vscode-languageserver-protocol/**
!client/node_modules/vscode-languageserver-types/**
!client/node_modules/semver/**

screenshot
typescript-deno-plugin
53 changes: 50 additions & 3 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,54 @@
# Releases

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

### v3.0.0-pre.1 / 2020.11.30

### [canary/0.0.10](https://github.com/denoland/vscode_deno/compare/canary/0.0.9...canary/0.0.10) / 2021.02.13

- fix: don't remove required files when packaging vsix

### [canary/0.0.9](https://github.com/denoland/vscode_deno/compare/canary/0.0.8...canary/0.0.9) / 2021.02.13

- feat: add initialize workspace command (#316)
- feat: support deno cache quick fix (#322)
- feat: add implementations code lens configuration option (#319)
- chore: add screenshot to README (#323)

### [canary/0.0.8](https://github.com/denoland/vscode_deno/compare/canary/0.0.7...canary/0.0.8) / 2021.02.01

- feat: code lens for references (#308)
- feat: disable most of builtin language service when deno enabled (#307)

### [canary/0.0.7](https://github.com/denoland/vscode_deno/compare/canary/0.0.6...canary/0.0.7) / 2021.01.24

- feat: add back JSON schema for import maps (#283)
- feat: add deno cache command (#291)
- feat: plugin ignores getImplementation requests when Deno enabled (#302)
- feat: change textDocument/rename to use LSP (#292)
- fix: pass NO_COLOR when starting lsp (#293)

### [canary/0.0.6](https://github.com/denoland/vscode_deno/compare/canary/0.0.5...canary/0.0.6) / 2020.12.13

- fix: include typescript-deno-plugin in vsix (#285)

### [canary/0.0.5](https://github.com/denoland/vscode_deno/compare/canary/0.0.4...canary/0.0.5) / 2020.12.09

- chore: release on canary/* tag

### [canary/0.0.4](https://github.com/denoland/vscode_deno/compare/canary/0.0.3...canary/0.0.4) / 2020.12.09

- chore: disable built in completions (#279)

### [canary/0.0.3](https://github.com/denoland/vscode_deno/compare/v3.0.0-pre.1...canary/0.0.3) / 2020.12.08

- feat: suppresses quick info and document highlights (#266)
- feat: suppress references and definitions (#270)
- feat: extension activates on deno virtual files (#275)
- fix: Update version so it can be published on marketplace (#272)
- fix: plugin settings match language server settings (#276)

### [v3.0.0-pre.1](https://github.com/denoland/vscode_deno/compare/v2.3.3...v3.0.0-pre.1) / 2020.11.30

This is a full rewrite of the extension to use the upcoming `deno lsp` feature.

Expand Down Expand Up @@ -39,7 +85,8 @@ This is a full rewrite of the extension to use the upcoming `deno lsp` feature.
### [v2.2.1](https://github.com/denoland/vscode_deno/compare/v2.2.0...v2.2.1) / 2020.09.09

- fix: remove ansi codes from install output (#185)
- fix: deno.land/x cache will always renew on vscode restart after 24 hours (#191)
- fix: deno.land/x cache will always renew on vscode restart after 24 hours
(#191)
- fix: ignore 'rule' for this line does not work on the first line (#192)
- build: release .vsix artifact during release (#195)

Expand Down
Loading