This commit is contained in:
Christof Marti 2025-06-30 15:15:16 +02:00
parent 474b70cbb7
commit 969d35e8a5

View File

@ -21,6 +21,10 @@
"$ref": "vscode://schemas/settings/machine",
"description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again."
},
"mcp": {
"$ref": "vscode://schemas/mcp",
"description": "Model Context Protocol server configurations"
},
"devPort": {
"type": "integer",
"description": "The port VS Code can use to connect to its backend."