Skip to content

Commit

Permalink
Revert "Fix #11678: Add "argsExpansion" debug property to launch.json…
Browse files Browse the repository at this point in the history
… schema (#12445)" (#13336)

Removing "argsExpansion" due to #13264.
  • Loading branch information
int19h committed Aug 7, 2020
1 parent 19ece5d commit 8aa91d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Expand Up @@ -1592,14 +1592,6 @@
"type": "string"
}
},
"argsExpansion": {
"enum": [
"none",
"shell"
],
"description": "Whether to perform shell expansion on \"args\", or pass all values as is.",
"default": "shell"
},
"stopOnEntry": {
"type": "boolean",
"description": "Automatically stop after launch.",
Expand Down

0 comments on commit 8aa91d1

Please sign in to comment.