Skip to content

Commit ba4e2c1

Browse files
committed
prep for publish
1 parent 0b3fb8f commit ba4e2c1

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.0.24 - 02 Feb 2018
2+
* Fixes [#189](https://github.com/Microsoft/vscode-docker/issues/189) to provide friendly errors when Docker is not running
3+
* Fixes [#200](https://github.com/Microsoft/vscode-docker/issues/200) to provide two new options `dockerComposeBuild` and `dockerComposeDetached` control how `docker-compose` is launched
4+
* Fixes [#208](https://github.com/Microsoft/vscode-docker/issues/208) where an incorrect repository name was being passed to Azure App Services
5+
* Update to `v0.0.13` of the Docker Language Server (thanks @rcjsuen) [#198](https://github.com/Microsoft/vscode-docker/pull/198)
6+
* Activate on `onDebugInitialConfigurations` insted of `onDebug` to delay loading (thanks @gregvanl)
7+
* Thank you to @DovydasNavickas for [PR #202](https://github.com/Microsoft/vscode-docker/pull/202) to fix grammatical errors
8+
19
## 0.0.23 - 05 Jan 2018
210
* Do not show dangling images in explorer (thanks @johnpapa) [#175](https://github.com/Microsoft/vscode-docker/pull/175)
311
* Add configuration to prompt on System Prune, fixes [#183](https://github.com/Microsoft/vscode-docker/issues/183)

package-lock.json

+22-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-docker",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"publisher": "PeterJausovec",
55
"displayName": "Docker",
66
"description": "Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.",

0 commit comments

Comments
 (0)