Update version and changelog for 1.22.2 release (#3643)

This commit is contained in:
Brandon Waterloo [MSFT] 2022-10-14 12:58:33 -04:00 коммит произвёл GitHub
Родитель e3adbb4abe
Коммит aef9cc3231
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,7 @@
## 1.22.2 - 14 October 2022
### Fixed
* Fixed an issue blocking debugging of ASP.NET apps. [#3638](https://github.com/microsoft/vscode-docker/issues/3638)
## 1.22.1 - 30 June 2022
### Fixed
* Fixed a crash that could occur with certain Dockerfiles. [#3450](https://github.com/microsoft/vscode-docker/issues/3450)

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "vscode-docker",
"version": "1.22.1",
"version": "1.22.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-docker",
"version": "1.22.1",
"version": "1.22.2",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@azure/arm-appservice": "^11.0.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "1.22.1",
"version": "1.22.2",
"publisher": "ms-azuretools",
"displayName": "Docker",
"description": "Makes it easy to create, manage, and debug containerized applications.",