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
"newSketchbookLocation": "Select new sketchbook location",
68
66
"choose": "Choose",
69
67
"enterAdditionalURLs": "Enter additional URLs, one for each row",
70
-
"unofficialBoardSupport": "Click for a list of unofficial board support URLs"
68
+
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
69
+
"languageServerLogging": "Enable language server logging",
70
+
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default."
71
71
},
72
72
"cloud": {
73
73
"signIn": "SIGN IN",
@@ -322,5 +322,18 @@
322
322
},
323
323
"cloud": {
324
324
"GoToCloud": "GO TO CLOUD"
325
-
}
325
+
},
326
+
"internalConsoleOptions": "Controls when the internal debug console should open.",
327
+
"debugType": "Type of configuration.",
328
+
"debugTypeNotRecognised": "The debug type is not recognized. Make sure that you have a corresponding debug extension installed and that it is enabled.",
329
+
"node2NotSupported": "\"node2\" is no longer supported, use \"node\" instead and set the \"protocol\" attribute to \"inspector\".",
330
+
"debugName": "Name of configuration; appears in the launch configuration drop down menu.",
331
+
"debugRequest": "Request type of configuration. Can be \"launch\" or \"attach\".",
332
+
"debugServer": "For debug extension development only: if a port is specified VS Code tries to connect to a debug adapter running in server mode",
333
+
"debugPrelaunchTask": "Task to run before debug session starts.",
334
+
"debugPostDebugTask": "Task to run after debug session ends.",
335
+
"debugWindowsConfiguration": "Windows specific launch configuration attributes.",
336
+
"debugOSXConfiguration": "OS X specific launch configuration attributes.",
337
+
"debugLinuxConfiguration": "Linux specific launch configuration attributes.",
338
+
"deprecatedVariables": "'env.', 'config.' and 'command.' are deprecated, use 'env:', 'config:' and 'command:' instead."
0 commit comments