microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 453 forks source link

Message in OUTPUT window is incorrect after running command CMake: Install #4180

Open Amy-Li03 opened 3 days ago

Amy-Li03 commented 3 days ago

Brief Issue Summary

Environment:

VS Code 1.95.3 + CMake Tools v1.20.24 (pre-release)

More info:

  1. This is a not regression issue, it also reproduces on v1.16.31
  2. This issue reproduces on Windows, Linux, and Mac platforms

Repro steps:

  1. Unzip the project and open it with vscode. test_project.zip
  2. Open the command palette (F1 or Ctrl+Shift+P)
  3. Enter and select the command CMake: Install
  4. Observe the messages in OUTPUT window

Actual result:

The message in OUTPUT window is "[build][4/5] Install the project…" Image

Expected result:

The message in OUTPUT window should be "[build][5/5] Install the project…"

CMake Tools Diagnostics

Debug Log

Additional Information

No response