Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit c5f29fe

Browse files
committed
Show _timestampFormatStatusBar while Serial Monitor is open
1 parent 871c88c commit c5f29fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/serialmonitor/serialMonitor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,13 @@ export class SerialMonitor implements vscode.Disposable {
268268
this._openPortStatusBar.text = `$(x)`;
269269
this._openPortStatusBar.tooltip = "Close Serial Monitor";
270270
this._baudRateStatusBar.show();
271+
this._timestampFormatStatusBar.show();
271272
} else {
272273
this._openPortStatusBar.command = "arduino.openSerialMonitor";
273274
this._openPortStatusBar.text = `$(plug)`;
274275
this._openPortStatusBar.tooltip = "Open Serial Monitor";
275276
this._baudRateStatusBar.hide();
277+
this._timestampFormatStatusBar.hide();
276278
}
277279

278280
}

0 commit comments

Comments
 (0)