Is there a way to retrieve the filename of cmake.launchTargetPath #632
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: debug/launch
help wanted
we currently are not planning work on this and would like help from the open source community
quick fix
the fix is estimated to be quick
Milestone
Brief Issue Summary
My launch configuration uses remote gdb debugging using pipeTransport like so:
This works fine, as long as the deployment task puts the executable returned by
cmake.launchTargetPath
on the target at the same location as on the local machine.Is there a way to extract the filename part of
cmake.launchTargetPath
such that I can have custom deployment locations? C.f. microsoft/vscode-cpptools#2110 (comment)Platform and Versions
The text was updated successfully, but these errors were encountered: