microsoft / vscode-makefile-tools

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

The "Makefile> Panel: Visibility" setting has no description in the Settings UI #603

Closed Yingzi1234 closed 4 months ago

Yingzi1234 commented 5 months ago

ENV:

Repro steps:

  1. Open VSCode and open settings UI
  2. Search for "Makefile> Panel: Visibility" in this page
  3. Check that the setting is displayed correctly

Expected result: There should be a description under this setting

Actual result: There are no description under this setting Question

Yingzi1234 commented 4 months ago

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

ENV:

  1. VSCode: 1.90.2
  2. Makefile tools version: 0.10.10(pre-release)
  3. C/C++: v1.21.0(pre-release)

image