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
8 lines
200 B
JSON
8 lines
200 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.eol": "\n",
|
|
"debug.openDebug": "neverOpen",
|
|
"python.linting.enabled": false,
|
|
"python.languageServer": "None"
|
|
}
|