python_vpn_audit/vpn_discovery.code-workspace

13 lines
283 B
Plaintext
Raw Permalink Normal View History

2023-08-30 16:33:44 +00:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"python.defaultInterpreterPath": "/home/tseed/WORK/python/vpn_venv/bin/python",
"python.terminal.activateEnvironment": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"files.defaultLanguage": "python"
}
}