Skip to content

Commit

Permalink
Remove deprecated settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Feb 24, 2020
1 parent 27caa63 commit a761da6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,6 @@
"description": "Enable reverse debugging (Requires reverse execution support in the debug server, see User's Manual for details).",
"type": "boolean",
"default": false
},
"custom": {
"deprecationMessage": "Deprecated, use \"request\":\"custom\" instead.",
"type": "boolean"
}
},
"oneOf": [
Expand Down Expand Up @@ -699,17 +695,13 @@
"description": "Enable reverse debugging (Requires reverse execution support in the debug server, see User's Manual for details).",
"type": "boolean",
"default": false
},
"preRunCommands": {
"deprecationMessage": "Deprecated, use \"processCreateCommands\" instead.",
"type": "array"
}
}
}
},
"configurationSnippets": [
{
"label": "LLDB: Launch a New Process",
"label": "LLDB: Launch",
"body": {
"type": "lldb",
"request": "launch",
Expand Down

0 comments on commit a761da6

Please sign in to comment.