You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of calling child_process.spawn or spawnSync for downloading pip packages we should instead attempt to use a vscode.Task and a vscode.ShellExecution. This has the added benefit of being able to inherit variables that are initialised only in the default terminal sessions.
This also sets the ground work for FPM task integration.
The text was updated successfully, but these errors were encountered:
Is there an existing request for this?
Feature Request
Instead of calling
child_process.spawn
orspawnSync
for downloadingpip
packages we should instead attempt to use avscode.Task
and avscode.ShellExecution
. This has the added benefit of being able to inherit variables that are initialised only in the default terminal sessions.This also sets the ground work for FPM task integration.
The text was updated successfully, but these errors were encountered: