Skip to content

Commit 05f3969

Browse files
committed
Adding changes to extension settings; trying to get alternative MPRemote working
1 parent 54534e3 commit 05f3969

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"ms-python.python",
44
"visualstudioexptteam.vscodeintellicode",
55
"ms-python.vscode-pylance",
6-
"paulober.pico-w-go"
6+
"DavesCodeMusings.mpremote"
77
]
88
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@
3636
"micropico.gcBeforeUpload": true,
3737
"micropico.softResetAfterUpload": true,
3838
"micropico.syncFolder": "src",
39+
"mpremote.command": "uv run mpremote",
40+
"mpremote.srcSubdirectory": "src",
41+
"mpremote.serialPort.skip": "true"
3942
}

0 commit comments

Comments
 (0)