mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 09:05:07 +00:00
These code samples are rendered in the docs, so we include them here. For the git history of these snippets, see: https://github.com/pybricks/pybricks-projects/commits/f4914069aaacfd9ab1e0dd6f05524f62cfc56b29/snippets
16 lines
428 B
JSON
16 lines
428 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Download and Run",
|
|
"type": "ev3devBrowser",
|
|
"request": "launch",
|
|
"program": "/home/robot/${workspaceRootFolderName}/main.py",
|
|
"interactiveTerminal": false
|
|
}
|
|
]
|
|
}
|