mesytec-mnode/.vscode/settings.json

7 lines
97 B
JSON
Raw Normal View History

2024-12-25 18:28:28 +01:00
{
"python.analysis.extraPaths": [
"./build"
],
"editor.formatOnSave": true
}