Update changelog and notices for 1.14 release (#2998)
This commit is contained in:
Родитель
7e9c6a699f
Коммит
c4167f211a
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 1.14.0 - 21 June 2021
|
||||
|
||||
### Added
|
||||
|
||||
* Enable Dockerfile formatter to skip instructions that span multiple lines [#992](https://github.com/microsoft/vscode-docker/issues/992) [#2004](https://github.com/microsoft/vscode-docker/issues/2004)
|
||||
* Add ability to see dangling images in the explorer [#2547](https://github.com/microsoft/vscode-docker/issues/2547)
|
||||
* Add a setting for Docker CLI executable path, providing a workaround for [#2894](https://github.com/microsoft/vscode-docker/issues/2894)
|
||||
* Enable debugging .NET applications in arm64 containers [#2884](https://github.com/microsoft/vscode-docker/issues/2884)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Docker start Page pops up for non-docker related activations [#2953](https://github.com/microsoft/vscode-docker/issues/2953)
|
||||
|
||||
## 1.13.0 - 25 May 2021
|
||||
|
||||
### Added
|
||||
|
|
3639
NOTICE.html
3639
NOTICE.html
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "1.13.1-alpha",
|
||||
"version": "1.14.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"displayName": "Docker",
|
||||
"description": "Makes it easy to create, manage, and debug containerized applications.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче