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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
"onCommand:arduino.selectSerialPort",
45
45
"onCommand:arduino.selectSketch",
46
46
"onCommand:arduino.changeBaudRate",
47
+
"onCommand:arduino.changeTimestampFormat",
47
48
"onCommand:arduino.openSerialMonitor",
48
49
"onCommand:arduino.sendMessageToSerialPort",
49
50
"onCommand:arduino.closeSerialMonitor",
@@ -128,6 +129,10 @@
128
129
"command": "arduino.changeBaudRate",
129
130
"title": "Arduino: Change Baud Rate"
130
131
},
132
+
{
133
+
"command": "arduino.changeTimestampFormat",
134
+
"title": "Arduino: Change Timestamp Format"
135
+
},
131
136
{
132
137
"command": "arduino.openSerialMonitor",
133
138
"title": "Arduino: Open Serial Monitor"
@@ -532,7 +537,7 @@
532
537
"default": false,
533
538
"description": "When disabled vscode-arduino will not auto-generate an IntelliSense configuration (i.e. c_cpp_properties.json) by analyzing the compiler output."
534
539
},
535
-
"arduino.timestampFormat": {
540
+
"arduino.defaultTimestampFormat": {
536
541
"type": "string",
537
542
"default": "",
538
543
"description": "Format of timestamp added before each line. List of all possible formats: https://strftime.org"
0 commit comments