visual studio code - VSCode. Run integrated terminal with command like autorun -
i use atom editor 'terminal plus' package, , autorun command terminal (powershell):
cd .venv\scripts\; .\activate; cd ../../src
this command activates virtual environment , return src folder.
i don't find option autorun in vscode, how can this?
i'm not familiar virtualenv following command worked me.
cd src; code index.js; cd public; cd ../..;
you don't need extension performing autorun command.vscode terminal has feature in built.
you can check here features of integrated terminal in vscode
Comments
Post a Comment