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
Copy file name to clipboardExpand all lines: i18n/en.json
-1
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,6 @@
257
257
"cloud.sketchSyncEndpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
258
258
"compile": "compile",
259
259
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
260
-
"compile.optimizeForDebug": "Optimize compile output for debug, not for release. It's 'false' by default.",
261
260
"compile.revealRange": "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}'.",
262
261
"compile.verbose": "True for verbose compile output. False by default",
263
262
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
0 commit comments