-
Notifications
You must be signed in to change notification settings - Fork 11
Editor setup
Lars Falk-Petersen edited this page Feb 5, 2025
·
2 revisions
.vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"console": "integratedTerminal",
"args": ["--config", "config/larsfp.yaml"],
"module": "bris.__main__"
}
]
}
.vscode/settings.json
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
Copyright © 2024-2025 MET Norway