Modernized the get-token.py.
All checks were successful
/ unit-tests (push) Successful in 13s

This commit is contained in:
2025-11-09 10:52:22 +01:00
parent 7d5d451d0c
commit 495ba0b0b3
3 changed files with 34 additions and 9 deletions

View File

@@ -2,5 +2,6 @@
"debug.autoExpandLazyVariables": "off",
"debug.inlineValues": "off",
"debugpy.debugJustMyCode": true,
"debugpy.showPythonInlineValues": false
"debugpy.showPythonInlineValues": false,
"python.terminal.useEnvFile": true
}