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 {
5858
5959 private _bufferedOutputChannel : BufferedOutputChannel ;
6060
61-
6261 public initialize ( ) {
6362 let defaultBaudRate ;
6463 if ( ArduinoContext . arduinoApp && ArduinoContext . arduinoApp . settings && ArduinoContext . arduinoApp . settings . defaultBaudRate ) {
@@ -92,7 +91,8 @@ export class SerialMonitor implements vscode.Disposable {
9291 this . _baudRateStatusBar . tooltip = "Baud Rate" ;
9392 this . _baudRateStatusBar . text = defaultBaudRate . toString ( ) ;
9493
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 ) ;
9696 this . _timestampFormatStatusBar . command = "arduino.changeTimestampFormat" ;
9797 this . _timestampFormatStatusBar . tooltip = "Timestamp Format" ;
9898 this . _timestampFormatStatusBar . text = defaultTimestampFormat ;
You can’t perform that action at this time.
0 commit comments