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

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -