Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Feb 13, 2021
1 parent b154235 commit 903ed0a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
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
5 changes: 5 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).


### [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)
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/denoland/vscode_deno"
},
"engines": {
"vscode": "^1.51.0"
"vscode": "^1.53.0"
},
"dependencies": {
"vscode-languageclient": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A beta language server client for Deno. Requires Deno 1.6 or better.",
"author": "Deno Land Inc.",
"license": "MIT",
"version": "0.0.9",
"version": "0.0.10",
"icon": "deno.png",
"galleryBanner": {
"color": "#3B3738",
Expand All @@ -28,7 +28,7 @@
"deno"
],
"engines": {
"vscode": "^1.51.0"
"vscode": "^1.53.0"
},
"activationEvents": [
"onLanguage:typescript",
Expand Down
6 changes: 3 additions & 3 deletions typescript-deno-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions typescript-deno-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"url": "https://github.com/denoland/vscode_deno"
},
"engines": {
"vscode": "^1.51.0"
"vscode": "^1.53.0"
},
"devDependencies": {
"typescript": "^4.0.5"
"typescript": "^4.1.3"
}
}

0 comments on commit 903ed0a

Please sign in to comment.