Lorenz
Lorenz

Reputation: 306

VSCode: Open automatically integrated terminal and interactive window

I'm using VSCode for python development. Every time i open a project, I have to run two commands:

Terminal: Create New Integrated Terminal
Python: Show Python Interactive Window 

Is it possible to have them run automatically at startup of the project?

Upvotes: 0

Views: 1417

Answers (1)

Maxime
Maxime

Reputation: 868

You can do this with this extension from the VS Market Place :

Auto Run Command

Run a vscode command on project init. Made to run wallaby.js automatically when a project is opened

Upvotes: 2

Related Questions