microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
194 stars 58 forks source link

[Flaky] The "modify target" window is empty when setting the "Launch target" #587

Closed Yingzi1234 closed 2 months ago

Yingzi1234 commented 5 months ago

More info:

  1. This issue is only reproduced on Windows platform
  2. Reproduction rate of 60%
  3. This issue is not a regression bug

Repro steps:

  1. Open VScode and clone the repo makefile-example
  2. Open Makefile and click "Makefile: Set the make launch configuration" to set the target

Expected result: It should appear to correspond to the target image

Actual result: It doesn't appear to have a corresponding target image

gcampbell-msft commented 2 months ago

Since this is a flaky issue and you can retry the launch target dropdown, I'm going to close this. Thanks!

Yingzi1234 commented 2 months ago

@gcampbell-msft Git it! Thank you for your help!