Closed Oblynx closed 1 year ago
@Oblynx that's a very good point. Have you tried setting the envFile
field on the off chance that it just works like other extensions? Otherwise I'll look into it as this is quite a useful feature!
Yeah I did, but it's not recognized unfortunately!
I have the same problem...
Is there a way to run austin via launch.json
instead of tasks.json
? In this case envFile
is supported.
No unfortunately the launch.json
file is used for running under a debugger AFAIK. We would have to add support for env
and/or envFile
to the Austin task. I'll look into it.
Hello,
I tried using Austin to profile my python process (as a Task following the docs), but the python process needs to be launched with some environment variables. VSCode
launch.json
supports the fieldenvFile
: eg"envFile": "${workspaceFolder}/.env"
. Is it possible to support the same field in Austin tasks?This is my
tasks.json
: