We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31747b8 commit 4a83aaeCopy full SHA for 4a83aae
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Notable changes.
4
5
+## July 2024
6
+
7
+### [0.66.0]
8
+- Wait for result to be written to stdout. (https://github.com/microsoft/vscode-remote-release/issues/10029)
9
10
## June 2024
11
12
### [0.65.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.65.0",
+ "version": "0.66.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments