Description
Brief Issue Summary
Environment:
VSCode 1.98.2+ Makefile Tools v0.13.1(pre-release)
More info:
- Repro platform: Windows/Linux/ Mac
- Repro languages: CHS/CHT/DEU/FRA/PLK
Repro steps:
1. Clone the makefile project (https://github.com/remonbonbon/makefile-example) and open it in VSCode
2. Press "Ctrl+," to open the VS Code settings page.
3. Search "makefile.extensionOutputFolder" and switch to Workspace, then set Makefile:Extension Output Folder
to “.vscode”, then save.
4. Create a new file named: “postConfigureScript.bat".
5. Copy below codes into the preConfigureScript.bat file and save file.
ECHO “POSTCONFIGURE” %~1
6. Select postConfigureScript.bat file and right click, click the "Copy Path" to copy the file path.
7. Press "Ctrl+," to open setting page, then search keywords "postconfigure" and switch to Workspace.
8. Paste the "postConfigureScript.bat" file path into the textbox below the "Makefile:Pre Configure Script"
9. Click the "Add Item" button and input argument value “testPost” into the Item textbox below "Makefile: Post Configure Args"
10. Press F1 and select the "Makefile: Post-Configure" or Makefile: Configure to configure the project.
11. Observe the Makefile Tools output log, find the line: "Script: "C:\Users\v-ashli\makefile-example-3\src\mod\postConfigureScript.bat", then press "Ctrl+Click" and open the link.
Expected result:
There's no error dialog pops up and should be opened the postConfigureScript.bat file
Actual result:
There's an error dialog pops up and cannot open the postConfigureScript.bat file
Debug Log
/
Additional Information
No response