Skip to content

Commit e5ff305

Browse files
committed
Add "codespaces"
1 parent 5b068c1 commit e5ff305

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

extensions/configuration-editing/schemas/devContainer.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
"devPort": {
9292
"type": "integer",
9393
"description": "The port VS Code can use to connect to its backend."
94+
},
95+
"codespaces": {
96+
"type": "object",
97+
"description": "Codespaces-specific configuration."
9498
}
9599
}
96100
},

0 commit comments

Comments
 (0)