We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d0c36 commit 309c6f6Copy full SHA for 309c6f6
src/services/dataSourceEditorProvider.ts
@@ -93,7 +93,11 @@ export class DataSourceEditorProvider implements CustomTextEditorProvider {
93
);
94
meta = Promise.resolve(<MetaObjectPayload>{});
95
this.cache.set(connLabel, meta);
96
- kdbOutputLog("No database running in this Insights connection.", "ERROR");
+ kdbOutputLog(
97
+ "No database running in this Insights connection.",
98
+ "ERROR",
99
+ true,
100
+ );
101
}
102
return (await meta) || Promise.resolve(<MetaObjectPayload>{});
103
0 commit comments