Skip to content

Commit 9319914

Browse files
jriekengregg-miskelly
authored andcommitted
timeout success message (#1604)
1 parent 4dcfa8e commit 9319914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr-debug/activate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function completeDebuggerInstall(logger: Logger, channel: vscode.OutputChannel)
6868
let installer = new debugInstall.DebugInstaller(_debugUtil);
6969
installer.finishInstall()
7070
.then(() => {
71-
vscode.window.setStatusBarMessage('Successfully installed .NET Core Debugger.');
71+
vscode.window.setStatusBarMessage('Successfully installed .NET Core Debugger.', 5000);
7272
})
7373
.catch((err) => {
7474
logger.appendLine("[ERROR]: An error occured while installing the .NET Core Debugger:");

0 commit comments

Comments
 (0)