Microsoft/vscode

ability to get/set currently selected debug configuration

Open

#77 138 ouverte le 10 juil. 2019

Voir sur GitHub
 (11 commentaires) (34 réactions) (2 assignés)TypeScript (10 221 forks)batch import
apidebugfeature-requesthelp wanted

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

Description

Currently, we can run vscode.debug.startDebugging(workspaceFolder, configName) to run the debugger from the extension. Is there a way to change currently selected debug configuration from the extension? Something like vscode.debug.changeCurrentDebugger(workspaceFolder, configName) would be very helpful.

Guide contributeur