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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -