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
'True if the IDE should handle multiple compiler errors. False by default'
67
+
),
68
+
default: false,
69
+
},
70
+
'arduino.compile.revealRange': {
71
+
enum: [...ErrorRevealStrategyLiterals],
72
+
description: nls.localize(
73
+
'arduino/preferences/compile.revealRange',
74
+
"Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.",
0 commit comments