diff --git a/src/extension.ts b/src/extension.ts index e127af8a..5c8bab48 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -329,7 +329,7 @@ async function sourceRosAndWorkspace(): Promise { // Replace all occurrences of '${workspaceFolder}' with the workspace string rosSetupScript = rosSetupScript.replace(regex, vscode.workspace.workspaceFolders[0].uri.fsPath); } else { - vscode.window.showErrorMessage(`Multiple or No workspaces found, but the ROS setup script setting \"ros.rosSetupScript\" is configured with '${rosSetupScript}'`); + outputChannel.appendLine(`Multiple or no workspaces found, but the ROS setup script setting \"ros.rosSetupScript\" is configured with '${rosSetupScript}'`); } }