-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderstasksTask system issuesTask system issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.18.0
- OS Version: Windows 10 FCU
Steps to Reproduce:
- You have a tasks.json file with a bunch of tasks and separate OS configurations for the path to the exe defined once at the top of the file.
- In a few tasks you need to pass the path to an output dir, so you try
${workspaceFolder}/debugwhich works on Linux/macOS but not on Windows because the underlying utility we use (rcedit) rejects the path.
What I'd like to be able to do is specify ${workspaceFolder}${dirSep}debug and not have to worry about the vagaries of OS dir separators.
Reproduces without extensions: N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderstasksTask system issuesTask system issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded