Skip to content

Commit 8efa78d

Browse files
committed
remove jsdoc for "void" return value; fixes microsoft#103925
1 parent 95dcdf2 commit 8efa78d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ declare module 'vscode' {
767767
/**
768768
* Stop the given debug session or stop all debug sessions if session is omitted.
769769
* @param session The [debug session](#DebugSession) to stop; if omitted all sessions are stopped.
770-
* @return A thenable that resolves when the sessions could be stopped successfully.
771770
*/
772771
export function stopDebugging(session?: DebugSession): Thenable<void>;
773772
}

0 commit comments

Comments
 (0)