microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
185 stars 55 forks source link

[Windows] Ampersand in path #417

Closed KrestenHelstrup closed 1 year ago

KrestenHelstrup commented 1 year ago

Hi,

The extension does not correctly resolve paths with ampersand on windows systems. Would it be possible to fix that in a future release ?

andreeis commented 1 year ago

@KrestenHelstrup, thank you for pointing this out. While investigating this, the fix turned to be quick so it will be included in the 0.7 release.

KrestenHelstrup commented 1 year ago

@andreeis - Sounds good. When is the expected release date of 0.7.0 ?

andreeis commented 1 year ago

@KrestenHelstrup, a fix for this will be released with 0.7 next week but if you would like to see how this works earlier you can install one vsix from this link.

go to the Extensions panel on the left click "..." run "Install from vsix" from the context menu

Let us know if you encounter any other issues or if you have any other suggestions/recommendations in this area of functionality.

gcampbell-msft commented 1 year ago

@KrestenHelstrup Due to 0.7.0 being available with this fix, we are closing this issue, please re-open if you hit issues.