Why can't I launch or run tasks from terminal.integrated.profiles
?
#244879
Labels
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
In
settings.json
underterminal.integrated.profiles
I describe some terminal environments, which in my case have some launch scripts that run when starting the terminal. There's also complex pathing and stuff.I can select from these profiles when opening a "New Terminal" and interact with it as I expect; but when I describe tasks, for instance a
shell
task withoptions.shell
, I can only specifyexecutable
and I have to give the path to the shell exe to launch the task in...Why doesn't
options.shell
allow to select from shell profiles defined interminal.integrated.profiles
? I should only need to give a profile name, and it would launch the proper shell just how I defined it?This also applies to
launch.json
.The text was updated successfully, but these errors were encountered: