Skip to content

Commit 54534e3

Browse files
committed
Stop micropico from opening REPL immediately
1 parent 50a11b3 commit 54534e3

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@
2626
"reportMissingModuleSource": "none"
2727
},
2828
"python.terminal.activateEnvironment": false,
29-
"micropico.openOnStart": true,
29+
"micropico.openOnStart": false,
3030
"python.analysis.typeshedPaths": [
3131
"~/.micropico-stubs/included"
3232
],
3333
"python.analysis.extraPaths": [
3434
"~/.micropico-stubs/included"
3535
],
3636
"micropico.gcBeforeUpload": true,
37-
"micropico.softResetAfterUpload": true
37+
"micropico.softResetAfterUpload": true,
38+
"micropico.syncFolder": "src",
3839
}

uv.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)