microsoft / vscode-makefile-tools

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

[Local] String “Could not find pre-configure script” not localized in Makefile tools popup dialog #637

Closed Yingzi1234 closed 3 months ago

Yingzi1234 commented 3 months ago

More info: 1. This issue is reproduced on v0.9.10(release), so it is not a regression issue

  1. Repro Language: all loc
  2. Repro platform: Windows, Linux, Mac
  3. This issue is only reproduced with pre-configure

Repro steps:

  1. Open VScode and change the display language to CHS
  2. Open VSCode and clone the repository, such as: https://github.com/remonbonbon/makefile-example.git
  3. Change the value of "Makefile: Pre Configrue Script” settings to “test”
  4. Click F1 to run command "Makefile: Pre-configure"
  5. Check the popup dialog

Expected result: Makefile tools popup dialogues all localized

Actual result: String “Could not find pre-configure script” not localized in Makefile tools popup dialog

pre-configure:
image

Post-configure: image

gcampbell-msft commented 3 months ago

Fixed by #634

Yingzi1234 commented 2 months ago

Hi @gcampbell-msft This issue has been fixed on latest version v0.11.6(pre-release), you can get the details below. Thank you! image