Build command ignores puncutations in source path #11422
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
tasks/build/debug
An issue relating to tasks.json (e.g. build issues)
Milestone
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
If the source path contains punctuation, the extension's build command ignores the punctuation in that path. Since the entered file path doesn't exist a 'No such file or directory' error is thrown.
Steps to reproduce:
Sept'23
(Notice the'
)..cpp
file inside this directory (helloworld.cpp
)The build will fail and you should see a 'No such file or directory' error in the terminal.
Expected behavior:
The build command uses the source path
/path/to/Sept23/helloworld.cpp
instead of/path/to/Sept'23/helloworld.cpp
due to which it fails. The punctuation should have been taken into account.Configuration and Logs
Other Extensions
No response
Additional context
Here is part of the terminal output:
The text was updated successfully, but these errors were encountered: