microsoft / vscode-makefile-tools

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

Build Failure on Win11 platform #605

Open Yingzi1234 opened 1 week ago

Yingzi1234 commented 1 week ago

More info:

  1. This issue is only reproduced on Windows
  2. This issue does not repro on VSCode version v1.89.1, so it is a VSCode regression bug
  3. This issue is not reproduced Win10 platform

Repro steps:

  1. Open VScode and clone this repo https://github.com/remonbonbon/makefile-example.git
  2. Open the “Makefile Tools Project Outline” page
  3. Set the build target to “all” and the launch target to “app” and save it
  4. Click “build” button to build the current target
  5. Check if the build was successful

Expected result: Build will successfully(Win10 platform) image

Actual result: Build failed on Win11 OS issue2

Output log: issue output log.txt