mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"python.pythonPath": "${workspaceFolder}/.venv",
|
|
"python.linting.pycodestyleEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.enabled": true,
|
|
"restructuredtext.confPath": "${workspaceFolder}/doc/api",
|
|
"spellright.language": [
|
|
"en_US"
|
|
],
|
|
"spellright.ignoreFiles": [
|
|
"**/.gitignore",
|
|
"**/.vscode",
|
|
"**/conf.py",
|
|
"**/_version.py",
|
|
],
|
|
"spellright.ignoreRegExps": [
|
|
"/.. math::[^]*?.. endmath/gm",
|
|
"/``[^]*?``/gm",
|
|
],
|
|
"spellright.documentTypes": [
|
|
"markdown",
|
|
"latex",
|
|
"plaintext",
|
|
"python"
|
|
]
|
|
}
|