提交 9bebaefc 编写于 作者: I isidor

Mentioned noDebug when not specified in comment

#99743
上级 a875bd19
......@@ -854,6 +854,7 @@ declare module 'vscode' {
export interface DebugSessionOptions {
/**
* Controls whether this session should run without debugging, thus ignoring breakpoints.
* When this property is not specified, the value from the parent session (if there is one) is used.
*/
noDebug?: boolean;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册