提交 8efa78dc 编写于 作者: A Andre Weinand

remove jsdoc for "void" return value; fixes #103925

上级 95dcdf2c
......@@ -767,7 +767,6 @@ declare module 'vscode' {
/**
* Stop the given debug session or stop all debug sessions if session is omitted.
* @param session The [debug session](#DebugSession) to stop; if omitted all sessions are stopped.
* @return A thenable that resolves when the sessions could be stopped successfully.
*/
export function stopDebugging(session?: DebugSession): Thenable<void>;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册