Compare commits
2 Commits
31e1b88cd1
...
9748230745
| Author | SHA1 | Date | |
|---|---|---|---|
| 9748230745 | |||
| 8c0a92a8b7 |
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@@ -10,6 +10,13 @@
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/harvester.py",
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "Python Debugger: Current File",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ from __future__ import annotations
|
||||
import requests
|
||||
import urllib.parse
|
||||
from uuid import UUID
|
||||
from azure.identity import DefaultAzureCredential
|
||||
|
||||
DEVOPS_SCOPE = "https://app.vssps.visualstudio.com/.default"
|
||||
DEVOPS_API_VERSION = "7.1"
|
||||
|
||||
Reference in New Issue
Block a user