Update devcontainer schema for customizations.codespaces.openFiles (#161637)

This commit is contained in:
Josh Abernathy
2022-09-29 03:02:29 -04:00
committed by GitHub
parent 96dda01daf
commit d3e330e4da
3 changed files with 49 additions and 0 deletions

View File

@@ -501,6 +501,13 @@
]
}
}
},
"openFiles": {
"type": "array",
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
"items": {
"type": "string"
}
}
}
}