File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "files.autoSave" : " onFocusChange" ,
3- "editor.formatOnPaste" : true ,
43 "editor.formatOnSave" : true ,
54 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
65 "[python]" : {
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" : {
You can’t perform that action at this time.
0 commit comments