-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Feature Requestdebuggerhelp wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.
Description
We need to translate paths from a compile-time unknown generated path names into a path vscode can find the files.
This could be solved with a regex, or similar.
For example translate "compiletime-srting-1" which is the same for build_dir and dl dir, but has different prefixes:
"sourceFileMap":
{
"${workspaceFolder}/build_dir/target-testlib_arm_eglibc-2.18_eabi_<compiletime-srting-1>": "${workspaceFolder}/dl/testlib_<compiletime-srting-1>"
}
It has also a lot of similar usecases.
hedgehogV, avesat, tewarid, prb28, philipcraig and 11 more
Metadata
Metadata
Assignees
Labels
Feature Requestdebuggerhelp wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.