Update version and changelog for 1.3.1 (#2078)
This commit is contained in:
Родитель
3e5eb84b16
Коммит
66bc14483c
|
@ -1,3 +1,7 @@
|
|||
## 1.3.1 - 18 June 2020
|
||||
### Fixed
|
||||
* Python debugging fails with message "Unable to find the debugger in the Python extension" due to new debugger location. [#2080](https://github.com/microsoft/vscode-docker/issues/2080)
|
||||
|
||||
## 1.3.0 - 15 June 2020
|
||||
### Added
|
||||
* .NET Core attach support added for Windows containers. [#1662](https://github.com/microsoft/vscode-docker/issues/1662)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"publisher": "ms-azuretools",
|
||||
"displayName": "Docker",
|
||||
"description": "Makes it easy to create, manage, and debug containerized applications.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче