Skip to content

Commit f7cca01

Browse files
Update settings.json
1 parent e5375b9 commit f7cca01

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"files.autoSave": "onFocusChange",
3-
"editor.formatOnPaste": true,
43
"editor.formatOnSave": true,
54
"editor.defaultFormatter": "esbenp.prettier-vscode",
65
"[python]": {
@@ -19,12 +18,16 @@
1918
},
2019
"python.terminal.activateEnvironment": false,
2120
"micropico.openOnStart": true,
22-
"python.analysis.typeshedPaths": ["~/.micropico-stubs/included"],
21+
"micropico.syncFolder": "project",
22+
// Uncomment and set the device path if you want to specify a device
23+
// "micropico.devicePath": "/dev/ttyACM0",
24+
"python.analysis.typeshedPaths": [
25+
"~/.micropico-stubs/included"
26+
],
2327
"python.analysis.extraPaths": [
2428
"~/.micropico-stubs/included",
2529
"./examples/smooth_"
2630
],
27-
"micropico.syncFolder": "project",
2831
"workbench.colorTheme": "Default Dark+",
2932
"workbench.iconTheme": "vscode-icons",
3033
"github.copilot.enable": {

0 commit comments

Comments
 (0)