Microsoft/vscode

ability to get/set currently selected debug configuration

Open

#77,138 创建于 2019年7月10日

在 GitHub 查看
 (11 评论) (34 反应) (2 负责人)TypeScript (10,221 fork)batch import
apidebugfeature-requesthelp wanted

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

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.

贡献者指南