P403n1x87 / austin

Python frame stack sampler for CPython
https://pypi.org/project/austin-dist/
GNU General Public License v3.0
1.71k stars 51 forks source link

Update vscode extension docs to say what to do with task output options on run #221

Open rwarren opened 3 months ago

rwarren commented 3 months ago

Description

Having not used vscode tasks before I followed the Austin extension docs on profiling with tasks precisely.

However, when you go to execute the task you are presented with these options:

image

What to do here is not described in the extension docs! Choosing "Continue without scanning the task output" seems to work ok.

P403n1x87 commented 2 months ago

@rwarren I think these messages are part of VS Code itself. Because the output from Austin (when run via the extension) wouldn't have any interesting error information, I think any option here would be fine. Perhaps there is a way for the extension to prevent this extra dropdown to appear. I'll look into it when I have some time.