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 ca31b1b commit 1c8e433Copy full SHA for 1c8e433
src/commands.ts
@@ -78,7 +78,7 @@ export const connectToDatabase =
78
} catch (err) {
79
vscode.window.showErrorMessage(
80
// @ts-ignore
81
- `WHOOPS "${match.name}": ${err.message}: ${JSON.stringify(match)}`
+ `Failed to connect to "${match.name}": ${err.message}`
82
);
83
globalConnPool.pool = null;
84
connectionsSidepanel.setActive(null);
0 commit comments