Skip to content

Commit

Permalink
feat: add js debug terminal as new type
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Jun 28, 2020
1 parent f4d387b commit 5fb5831
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@
"contents": "%debug.terminal.welcome%",
"when": "debugStartLanguage == javascript || debugStartLanguage == typescript"
}
]
],
"terminal": {
"types": [
{
"command": "extension.NAMESPACE(node-debug).createDebuggerTerminal",
"title": "%debug.terminal.label%"
}
]
}
}
}

0 comments on commit 5fb5831

Please sign in to comment.