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
'description': "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
16
+
'default': false
17
+
},
18
+
'arduino.compile.verbose': {
19
+
'type': 'boolean',
20
+
'description': 'True for verbose compile output.',
21
+
'default': true
22
+
},
23
+
'arduino.upload.verbose': {
24
+
'type': 'boolean',
25
+
'description': 'True for verbose upload output.',
26
+
'default': true
27
+
},
28
+
'arduino.upload.verify': {
29
+
'type': 'boolean',
30
+
'default': false
31
+
},
32
+
'arduino.window.autoScale': {
33
+
'type': 'boolean',
34
+
'description': 'True if the user interface automatically scales with the font size.',
35
+
'default': true
36
+
},
37
+
'arduino.window.zoomLevel': {
38
+
'type': 'number',
39
+
'description': 'Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.',
40
+
'default': 0
41
+
},
42
+
'arduino.ide.autoUpdate': {
43
+
'type': 'boolean',
44
+
'description': 'True to enable automatic update checks. The IDE will check for updates automatically and periodically.',
0 commit comments