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 c405b0f commit 8f9b535Copy full SHA for 8f9b535
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
3
{
4
"name": "dev",
5
- "image": "ghcr.io/ten-framework/ten_agent_build:0.5.0",
+ "image": "ghcr.io/ten-framework/ten_agent_build:0.6.8",
6
"customizations": {
7
"vscode": {
8
"extensions": [
manifest.json
@@ -20,11 +20,13 @@
20
},
21
"api": {
22
"property": {
23
- "listen_addr": {
24
- "type": "string"
25
- },
26
- "listen_port": {
27
- "type": "int32"
+ "properties": {
+ "listen_addr": {
+ "type": "string"
+ },
+ "listen_port": {
28
+ "type": "int32"
29
+ }
30
}
31
32
0 commit comments