Added some implementations from Schema in BluePrints
This commit is contained in:
@@ -1,41 +1,41 @@
|
||||
{
|
||||
// Displayed name
|
||||
"name": "IoT-Simulator-Core",
|
||||
|
||||
// Image to be used
|
||||
"image": "swift",
|
||||
|
||||
// Customization
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"sswg.swift-lang"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
// Env in container
|
||||
"containerEnv": {
|
||||
|
||||
},
|
||||
|
||||
// Mounts in container
|
||||
"mounts": [
|
||||
{
|
||||
"source": "${localWorkspaceFolder}",
|
||||
"target": "/workspace",
|
||||
"type": "bind"
|
||||
}
|
||||
],
|
||||
|
||||
// The WorkspaceFolder inside container
|
||||
"workspaceFolder": "/workspace",
|
||||
|
||||
// RunArgs
|
||||
"runArgs": [
|
||||
"--name",
|
||||
"IoT-Simulator-Core"
|
||||
]
|
||||
|
||||
|
||||
{
|
||||
// Displayed name
|
||||
"name": "IoT-Simulator-Core",
|
||||
|
||||
// Image to be used
|
||||
"image": "swift",
|
||||
|
||||
// Customization
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"sswg.swift-lang"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
// Env in container
|
||||
"containerEnv": {
|
||||
|
||||
},
|
||||
|
||||
// Mounts in container
|
||||
"mounts": [
|
||||
{
|
||||
"source": "${localWorkspaceFolder}",
|
||||
"target": "/workspace",
|
||||
"type": "bind"
|
||||
}
|
||||
],
|
||||
|
||||
// The WorkspaceFolder inside container
|
||||
"workspaceFolder": "/workspace",
|
||||
|
||||
// RunArgs
|
||||
"runArgs": [
|
||||
"--name",
|
||||
"IoT-Simulator-Core"
|
||||
]
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user