Refactored pydantic implementation, cleaner with nested validation
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -43,7 +43,7 @@
|
||||
"name": "Python Debugger: PROJmon",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"program": "${workspaceFolder}/projmon/projmon.py",
|
||||
"console": "integratedTerminal",
|
||||
"env": {
|
||||
"INTERVAL" : "5",
|
||||
|
||||
Reference in New Issue
Block a user