fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
348 stars 73 forks source link

How to run another project after strart the dotnet watch run in the terminal #278

Open xujun032 opened 1 year ago

xujun032 commented 1 year ago

I need run 2 project with 'vscode-solution-explorer' Step:

  1. Strart the watch run for a project by 'vscode-solution-explorer',it'sOK
  2. Right click watch run for another project expected: strart watch run with second project actual:nothin happened in the terminal with VSCode