Add "codespaces"

This commit is contained in:
Christof Marti 2020-06-04 10:43:03 +02:00
parent 5b068c1de9
commit e5ff305c7a

View file

@ -91,6 +91,10 @@
"devPort": {
"type": "integer",
"description": "The port VS Code can use to connect to its backend."
},
"codespaces": {
"type": "object",
"description": "Codespaces-specific configuration."
}
}
},