This commit is contained in:
Christof Marti
2020-08-03 22:22:50 +02:00
parent 7ddc0ada66
commit ad2f35f020
2 changed files with 18 additions and 0 deletions

View File

@@ -46,6 +46,15 @@
"errorMessage": "Expected format: '${publisher}.${name}' or '${publisher}.${name}@${version}'. Example: 'ms-dotnettools.csharp'."
}
},
"userEnvProbe": {
"type": "string",
"enum": [
"none",
"loginInteractiveShell",
"interactiveShell"
],
"description": "User environment probe to run. The default is none."
},
"postAttachCommand": {
"type": [
"string",