Cherry-pick #3928: Add back `onLanguage:dockerfile` activation event (#3943)

* Cherry-pick #3928: Add back onLanguage:dockerfile activation event

* Update version, changelog for 1.25.1
This commit is contained in:
Brandon Waterloo [MSFT] 2023-05-16 10:01:45 -04:00 коммит произвёл GitHub
Родитель 8d1f70d854
Коммит 2558764110
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 4 удалений

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

@ -1,5 +1,8 @@
## 1.25.0 - 10 April 2023
## 1.25.1 - 16 May 2023
### Fixed
* The extension was not activating when a Dockerfile was opened. [#3928](https://github.com/microsoft/vscode-docker/pull/3928)
## 1.25.0 - 10 April 2023
### Added
* Support has been added for removing image / container group(s). [#3492](https://github.com/microsoft/vscode-docker/issues/3492)
* Support has been added for `--platform` flag in docker-build task. [#3870](https://github.com/microsoft/vscode-docker/issues/3870)

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

@ -1,12 +1,12 @@
{
"name": "vscode-docker",
"version": "1.25.0",
"version": "1.25.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-docker",
"version": "1.25.0",
"version": "1.25.1",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@azure/arm-authorization": "^8.3.3",

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

@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "1.25.0",
"version": "1.25.1",
"publisher": "ms-azuretools",
"displayName": "Docker",
"description": "Makes it easy to create, manage, and debug containerized applications.",
@ -35,6 +35,7 @@
"onDebugInitialConfigurations",
"onDebugResolve:docker",
"onFileSystem:docker",
"onLanguage:dockerfile",
"onLanguage:dockercompose"
],
"main": "main",