This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ export class SerialMonitor implements vscode.Disposable {
58
58
59
59
private _bufferedOutputChannel : BufferedOutputChannel ;
60
60
61
-
62
61
public initialize ( ) {
63
62
let defaultBaudRate ;
64
63
if ( ArduinoContext . arduinoApp && ArduinoContext . arduinoApp . settings && ArduinoContext . arduinoApp . settings . defaultBaudRate ) {
@@ -92,7 +91,8 @@ export class SerialMonitor implements vscode.Disposable {
92
91
this . _baudRateStatusBar . tooltip = "Baud Rate" ;
93
92
this . _baudRateStatusBar . text = defaultBaudRate . toString ( ) ;
94
93
95
- this . _timestampFormatStatusBar = vscode . window . createStatusBarItem ( vscode . StatusBarAlignment . Right , constants . statusBarPriority . TIMESTAMP_FORMAT ) ;
94
+ this . _timestampFormatStatusBar = vscode . window . createStatusBarItem ( vscode . StatusBarAlignment . Right ,
95
+ constants . statusBarPriority . TIMESTAMP_FORMAT ) ;
96
96
this . _timestampFormatStatusBar . command = "arduino.changeTimestampFormat" ;
97
97
this . _timestampFormatStatusBar . tooltip = "Timestamp Format" ;
98
98
this . _timestampFormatStatusBar . text = defaultTimestampFormat ;
You can’t perform that action at this time.
0 commit comments