You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/code/electron-main/main.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ class CodeMain {
382
382
383
383
// Print --status usage info
384
384
if(environmentMainService.args.status){
385
-
logService.warn(localize('statusWarning',"Warning: The --status argument can only be used if {0} is already running. Please run it again after {0} has started.",productService.nameShort));
385
+
console.log(localize('statusWarning',"Warning: The --status argument can only be used if {0} is already running. Please run it again after {0} has started.",productService.nameShort));
0 commit comments