kopia lustrzana https://github.com/micropython/micropython-lib
22 wiersze
528 B
JSON
22 wiersze
528 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to MicroPython",
|
|
"type": "python",
|
|
"request": "attach",
|
|
"connect": {
|
|
"host": "localhost",
|
|
"port": 5678
|
|
},
|
|
"pathMappings": [
|
|
{
|
|
"localRoot": "${workspaceFolder}",
|
|
"remoteRoot": "."
|
|
}
|
|
],
|
|
"logToFile": true,
|
|
"justMyCode": false
|
|
}
|
|
]
|
|
} |