Files
docs-harvester/.vscode/settings.json
Slawomir Koszewski 495ba0b0b3
All checks were successful
/ unit-tests (push) Successful in 13s
Modernized the get-token.py.
2025-11-09 10:52:22 +01:00

8 lines
202 B
JSON

{
"debug.autoExpandLazyVariables": "off",
"debug.inlineValues": "off",
"debugpy.debugJustMyCode": true,
"debugpy.showPythonInlineValues": false,
"python.terminal.useEnvFile": true
}