microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
184 stars 54 forks source link

'Unset' Configuration does not accept 'Default' from quick-pick drop down #585

Closed codefrogs closed 1 month ago

codefrogs commented 2 months ago

Configuration does not change to 'Default' when selected from the 'quick pick' drop down.

Initial state:

  1. Now open the project folder containing a Makefile.
  2. Click on configuration.
  3. Quick pick appears showing 'Default' Select Default
  4. Select 'Default'.
  5. Configuration continues to show 'unset'. Select Default-no-change

Expected behaviour: After selecting 'Default', 'Default' should show in the configuration.

Work around: Add in the project settings.json: "makefile.configurations": [ { "name": "DefaultConfig" } ] work-round

Yingzi1234 commented 2 months ago

@gcampbell-msft Following the steps given by the user, this issue we can reproduce on top of the latest VSCode and you can get some information below:

ENV: VS Code: 1.88.1 Makefile tools: v0.10.5(pre-release) C/C++: v1.20.1(pre-release)

Repro steps recording: Makefile issue585

Yingzi1234 commented 4 weeks ago

@gcampbell-msft This issue has been fixed on latest version, you can get the details below. 585