This commit is contained in:
Prashanth 2019-05-02 17:28:08 -07:00 коммит произвёл GitHub
Родитель 596b7ec0fc
Коммит 9674a3239c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 2 удалений

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

@ -1,3 +1,15 @@
## 0.6.2 - 2 May 2019
### Fixed
* Handle opening resources to use native vscode APIs
* Running the extension in older versions of VS Code
* Report an issue opening a blank webpage due to a large stack frame
* Use appropriate nuget fallback volume mount for dotnet debugging - [#793](https://github.com/Microsoft/vscode-docker/pull/793)
* Ensure debugger directory exists - [#897](https://github.com/Microsoft/vscode-docker/issues/897)
### Added
* `networkAlias` option to Docker run configuration [#890](https://github.com/Microsoft/vscode-docker/pull/890)
## 0.6.1 - 18 March 2019
### Fixed

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

@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "0.6.2-alpha",
"version": "0.6.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "0.6.2-alpha",
"version": "0.6.2",
"preview": true,
"publisher": "PeterJausovec",
"displayName": "Docker",