Reputation: 306
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
Reputation: 868
You can do this with this extension from the VS Market Place :
Run a vscode command on project init. Made to run wallaby.js automatically when a project is opened
Upvotes: 2