Is it possible to have the Integrated Terminal open automatically on start of Visual Studio Code?
问题 Is it possible to configure User Settings to have the Integrated Terminal to start automatically when opening Visual Studio Code? 回答1: The following has worked for me: // Whether to restore terminal sessions for the workspace automatically when launching VS Code. This is an experimental setting; it may be buggy and could change in the future. Paste the below in your user settings: "terminal.integrated.experimentalRestore": true 回答2: There is now an extension that lets you set terminals on