Jeff Charter Chapman

Results 3 comments of Jeff Charter Chapman

Looks like the callback is going through just fine. I am starting to run out of ideas.

For jfrog artifiactory specifically try generating a token for your user ```toml [http-basic] [http-basic.ag-dev] username = "USERNAME" password = "YOUR_TOKEN" ```

The only clean way I've found is to use `debugpy` and attach to your process via the 'Python: Remote Attach' configuration in your launch.json. You would run your script from...