microsoft / vscode-tye

A Visual Studio Code extension for Tye development
Other
25 stars 9 forks source link

There is a failed log in the terminal when running an application #188

Closed v-xinda closed 2 years ago

v-xinda commented 2 years ago

OS: Win10 Build Version: 20220606.1 Tye Version: 0.12.0-alpha.22277.1 Regression: Not a regression

Repro Steps:

  1. Download the application by the command "git clone https://github.com/pratiksanglikar/tye-demo.git" -> Open the application in VS Code.
  2. F1 -> Tye Run.
  3. Check whether there is no failed log in the terminal.

Expect: There is no failed log in the terminal.

Actual: There is a failed log in the terminal. image