mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-14 08:06:36 +00:00
GH-422: Changed the default verbose mode.
From now on, compile/upload is not verbose. Closes arduino/arduino-pro-ide#422. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
754097877b
commit
e639d7da06
@ -17,13 +17,13 @@ export const ArduinoConfigSchema: PreferenceSchema = {
|
||||
},
|
||||
'arduino.compile.verbose': {
|
||||
'type': 'boolean',
|
||||
'description': 'True for verbose compile output.',
|
||||
'default': true
|
||||
'description': 'True for verbose compile output. False by default',
|
||||
'default': false
|
||||
},
|
||||
'arduino.upload.verbose': {
|
||||
'type': 'boolean',
|
||||
'description': 'True for verbose upload output.',
|
||||
'default': true
|
||||
'description': 'True for verbose upload output. False by default.',
|
||||
'default': false
|
||||
},
|
||||
'arduino.upload.verify': {
|
||||
'type': 'boolean',
|
||||
|
Loading…
x
Reference in New Issue
Block a user