Skip to content

Commit 1da6d7c

Browse files
author
Akos Kitta
committed
missing translation for the new preference.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 31d20a6 commit 1da6d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: i18n/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
255255
"compile": "compile",
256256
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
257+
"compile.optimizeForDebug": "Optimize compile output for debug, not for release. It's 'false' by default.",
257258
"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}'.",
258259
"compile.verbose": "True for verbose compile output. False by default",
259260
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",

0 commit comments

Comments
 (0)