|
306 | 306 | "invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
|
307 | 307 | "newSketchTitle": "Name of a new Remote Sketch",
|
308 | 308 | "notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
|
309 |
| - "openNewSketch": "Do you want to pull the new remote sketch '{0}' and open it in a new window?", |
310 | 309 | "sketchAlreadyExists": "Remote sketch '{0}' already exists."
|
311 | 310 | },
|
312 | 311 | "portProtocol": {
|
|
329 | 328 | "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
330 | 329 | "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
331 | 330 | "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
332 |
| - "cloud.sketchOpenStrategy": "Configures what IDE does after creating a new remote sketch. The default value is `\"{0}\"`.", |
333 |
| - "cloud.sketchOpenStrategy.always": "Always", |
334 |
| - "cloud.sketchOpenStrategy.always.description": "IDE automatically pulls and opens the remote sketch in a new window.", |
335 |
| - "cloud.sketchOpenStrategy.ask": "Ask", |
336 |
| - "cloud.sketchOpenStrategy.ask.description": "IDE asks users whether to pull the remote sketch and open it in a new window.", |
337 |
| - "cloud.sketchOpenStrategy.never": "Never", |
338 |
| - "cloud.sketchOpenStrategy.never.description": "IDE neither pulls nor opens the remote sketch after creating it. Users can manually pull the remote sketch.", |
339 | 331 | "cloud.sketchSyncEndpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
340 | 332 | "compile": "compile",
|
341 | 333 | "compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
|
|
0 commit comments