Update version, changelog, notices for 1.18.0 (#3296)
* Update version, changelog, notices for 1.18.0 * Update language service package
This commit is contained in:
Родитель
1e37e96c5c
Коммит
5eb6f23ffa
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
## 1.18.0 - 15 November 2021
|
||||
### Added
|
||||
* Substantial additions (to completions especially) have been made to the Compose language service. It now has near-parity to the previously-available features. [#3222](https://github.com/microsoft/vscode-docker/issues/3222)
|
||||
* The Compose language service has been turned on by default. [#3288](https://github.com/microsoft/vscode-docker/pull/3288)
|
||||
* The walkthrough with the [VSCode walkthrough experience](https://code.visualstudio.com/updates/v1_57#_new-getting-started-experience) is no longer an experiment and is visible to all users. The previous "Getting Started" page has been removed. [#3055](https://github.com/microsoft/vscode-docker/issues/3055), [#3248](https://github.com/microsoft/vscode-docker/pull/3248)
|
||||
* A command to show `docker stats` in the terminal has been added. [#3063](https://github.com/microsoft/vscode-docker/issues/3063)
|
||||
|
||||
### Fixed
|
||||
* A few small improvements have been made to the walkthrough. [#3223](https://github.com/microsoft/vscode-docker/issues/3223), [#3235](https://github.com/microsoft/vscode-docker/issues/3235)
|
||||
* Azure Arc custom locations should now show up again in the location selection list. [#3213](https://github.com/microsoft/vscode-docker/issues/3213)
|
||||
* A fix has been made to an infinite loop error in the Dockerfile language service. [#3268](https://github.com/microsoft/vscode-docker/issues/3268)
|
||||
|
||||
## 1.17.0 - 20 September 2021
|
||||
### Added
|
||||
* Docker Context lookup at the time of extension activation will now always try using the gRPC API first, due to superior performance. Previously this was an experiment. [#3157](https://github.com/microsoft/vscode-docker/pull/3157)
|
||||
|
|
3395
NOTICE.html
3395
NOTICE.html
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "1.17.5-alpha",
|
||||
"version": "1.18.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-docker",
|
||||
"version": "1.17.5-alpha",
|
||||
"version": "1.18.0",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-appservice": "^6.1.0",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"@azure/storage-blob": "^12.4.1",
|
||||
"@docker/sdk": "^1.0.3",
|
||||
"@grpc/grpc-js": "^1.2.12",
|
||||
"@microsoft/compose-language-service": "^0.0.2-alpha",
|
||||
"@microsoft/compose-language-service": "^0.0.4-alpha",
|
||||
"dayjs": "^1.10.4",
|
||||
"dockerfile-language-server-nodejs": "^0.7.2",
|
||||
"dockerode": "^3.2.1",
|
||||
|
@ -520,9 +520,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@microsoft/compose-language-service": {
|
||||
"version": "0.0.2-alpha",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/compose-language-service/-/compose-language-service-0.0.2-alpha.tgz",
|
||||
"integrity": "sha512-6HSeq8dgVUM2eh2/anHamLKy/86MXNZ8iFTfxPnbJEHl+3ZBloc1N6WqRsIhlr9wriCKlnJQnu3tudJhsED9pA==",
|
||||
"version": "0.0.4-alpha",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/compose-language-service/-/compose-language-service-0.0.4-alpha.tgz",
|
||||
"integrity": "sha512-ZumHgz0XODpwVDxNZECcW3vQucif1CJIdoBg+bNig3EV4etlSSdoEsPZ3Op9dh5Sz/L9pYTuzd1wWRvxjZBF1w==",
|
||||
"dependencies": {
|
||||
"vscode-languageserver": "^7.0.0",
|
||||
"vscode-languageserver-textdocument": "^1.0.1",
|
||||
|
@ -6907,9 +6907,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@microsoft/compose-language-service": {
|
||||
"version": "0.0.2-alpha",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/compose-language-service/-/compose-language-service-0.0.2-alpha.tgz",
|
||||
"integrity": "sha512-6HSeq8dgVUM2eh2/anHamLKy/86MXNZ8iFTfxPnbJEHl+3ZBloc1N6WqRsIhlr9wriCKlnJQnu3tudJhsED9pA==",
|
||||
"version": "0.0.4-alpha",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/compose-language-service/-/compose-language-service-0.0.4-alpha.tgz",
|
||||
"integrity": "sha512-ZumHgz0XODpwVDxNZECcW3vQucif1CJIdoBg+bNig3EV4etlSSdoEsPZ3Op9dh5Sz/L9pYTuzd1wWRvxjZBF1w==",
|
||||
"requires": {
|
||||
"vscode-languageserver": "^7.0.0",
|
||||
"vscode-languageserver-textdocument": "^1.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "1.17.5-alpha",
|
||||
"version": "1.18.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"displayName": "Docker",
|
||||
"description": "Makes it easy to create, manage, and debug containerized applications.",
|
||||
|
@ -3051,7 +3051,7 @@
|
|||
"@azure/storage-blob": "^12.4.1",
|
||||
"@docker/sdk": "^1.0.3",
|
||||
"@grpc/grpc-js": "^1.2.12",
|
||||
"@microsoft/compose-language-service": "^0.0.2-alpha",
|
||||
"@microsoft/compose-language-service": "^0.0.4-alpha",
|
||||
"dayjs": "^1.10.4",
|
||||
"dockerfile-language-server-nodejs": "^0.7.2",
|
||||
"dockerode": "^3.2.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче