File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
arduino-ide-extension/src/browser/theia/workspace Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export class WorkspaceService extends TheiaWorkspaceService {
68
68
// When opening a file instead of a directory, IDE2 (and Theia) expects a workspace JSON file.
69
69
// Nothing will work if the workspace file is invalid. Users tend to start (see #964) IDE2 from the `.ino` files,
70
70
// so here, IDE2 tries to load the sketch via the CLI from the main sketch file URI.
71
- // If loading the sketch is OK, IDE2 starts and uses that the sketch folder as the workspace root instead of the sketch file.
71
+ // If loading the sketch is OK, IDE2 starts and uses the sketch folder as the workspace root instead of the sketch file.
72
72
// If loading fails due to invalid name error, IDE2 loads a temp sketch and preserves the startup error, and offers the sketch move to the user later.
73
73
// If loading the sketch fails, create a fallback sketch and open the new temp sketch folder as the workspace root.
74
74
if ( stat . isFile && stat . resource . path . ext === '.ino' ) {
You can’t perform that action at this time.
0 commit comments