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

Commit fdff64f

Browse files
committed
Add forgotten assignment to _timestampFormat
1 parent 3f68064 commit fdff64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/serialmonitor/serialMonitor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export class SerialMonitor implements vscode.Disposable {
7272
this._outputChannel = vscode.window.createOutputChannel(SerialMonitor.SERIAL_MONITOR);
7373
this._bufferedOutputChannel = new BufferedOutputChannel(this._outputChannel.append, 300);
7474
this._currentBaudRate = defaultBaudRate;
75+
this._timestampFormat = defaultTimestampFormat;
7576
this._portsStatusBar = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Right, constants.statusBarPriority.PORT);
7677
this._portsStatusBar.command = "arduino.selectSerialPort";
7778
this._portsStatusBar.tooltip = "Select Serial Port";

0 commit comments

Comments
 (0)