We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcfa8e commit 9319914Copy full SHA for 9319914
src/coreclr-debug/activate.ts
@@ -68,7 +68,7 @@ function completeDebuggerInstall(logger: Logger, channel: vscode.OutputChannel)
68
let installer = new debugInstall.DebugInstaller(_debugUtil);
69
installer.finishInstall()
70
.then(() => {
71
- vscode.window.setStatusBarMessage('Successfully installed .NET Core Debugger.');
+ vscode.window.setStatusBarMessage('Successfully installed .NET Core Debugger.', 5000);
72
})
73
.catch((err) => {
74
logger.appendLine("[ERROR]: An error occured while installing the .NET Core Debugger:");
0 commit comments