0

My question is quite similar to How to switch between terminals in Visual Studio Code? except that I would like to be able to focus a specific terminal based on its name (as defined in the settings.json). Is this possible?

Understanding that there may be multiple simultaneous instances of the same terminal profile, it does not matter to me which of these instances is focused.

starball
  • 20,030
  • 7
  • 43
  • 238
Sterling Butters
  • 1,024
  • 3
  • 20
  • 41
  • Looks like I might be able to use the Terminal namespace combined with the `name` property and `show` method. See https://code.visualstudio.com/api/references/vscode-api#Terminal – Sterling Butters Apr 29 '23 at 14:01

0 Answers0