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 f20350c commit 552c09eCopy full SHA for 552c09e
backend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "code-snippet",
3
- "version": "0.0.23",
+ "version": "0.0.24",
4
"displayName": "Code Snippet",
5
"publisher": "SAPOSS",
6
"author": {
backend/src/logger/logger-wrapper.ts
@@ -75,7 +75,8 @@ function createExtensionLogger(context: vscode.ExtensionContext) {
75
level: logLevelSetting,
76
logPath: contextLogPath,
77
logOutputChannel: logOutputChannel,
78
- sourceLocationTracking: sourceLocationTrackingSettings
+ sourceLocationTracking: sourceLocationTrackingSettings,
79
+ logConsole: true
80
};
81
82
// The Logger must first be initialized before any logging commands may be invoked.
0 commit comments