Skip to content

Commit

Permalink
Cherry-pick #3928: Add back onLanguage:dockerfile activation event (#…
Browse files Browse the repository at this point in the history
…3943)

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

* Update version, changelog for 1.25.1
  • Loading branch information
bwateratmsft committed May 16, 2023
1 parent 8d1f70d commit 2558764
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
@@ -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.",
Expand Down Expand Up @@ -35,6 +35,7 @@
"onDebugInitialConfigurations",
"onDebugResolve:docker",
"onFileSystem:docker",
"onLanguage:dockerfile",
"onLanguage:dockercompose"
],
"main": "main",
Expand Down

0 comments on commit 2558764

Please sign in to comment.