microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
195 stars 60 forks source link

The "Build Target" and "Launch Target" and "Configuration" edit windows will remain unless one option is selected #604

Closed Yingzi1234 closed 3 months ago

Yingzi1234 commented 5 months ago

ENV:

More info:

  1. This issue is reproduced on Windows, Linux, and Mac platforms
  2. This issue is reproduced on Makefile version v0.9.10 so it is not a regression bug

Repro steps:

  1. Open VScode and clone a repo(e.g., https://github.com/remonbonbon/makefile-example.git)
  2. Open the “Makefile Tools Project Outline” page
  3. Click the ‘Configuration’ and ‘Build target’ and ‘Launch target’ lines’ edit button
  4. Without choose the options and click anywhere on UI

Expected result: The edit window will close

Actual result: The edit window stays on the page unless one of the options is selected. issue3

Yingzi1234 commented 3 months ago

@gcampbell-msft This issue has been fixed on latest Makefile tools version v0.10.17(pre-release), you can get the details below. Thank you! 604