Microsoft/vscode

ability to get/set currently selected debug configuration

Open

#77.138 aberto em 10 de jul. de 2019

Ver no GitHub
 (11 comments) (34 reactions) (2 assignees)TypeScript (10.221 forks)batch import
apidebugfeature-requesthelp wanted

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

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.

Guia do colaborador