Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file:line path for $FILEPOS #1124

Merged
merged 2 commits into from
Mar 19, 2021
Merged

Conversation

WardenGnaw
Copy link
Member

From microsoft/vscode-cpptools#7193

We are outputting $FILEPOS for tracepoints as filepath(line) which is not the format VSCode expects when you do a ctrl+click when you want to jump to a specific file and line. It only jumps to the file.

Switching it to filepath:line it will correctly jump to the file and the line.

@WardenGnaw WardenGnaw added the bug label Mar 19, 2021
@WardenGnaw WardenGnaw self-assigned this Mar 19, 2021
@WardenGnaw WardenGnaw merged commit 8456c49 into main Mar 19, 2021
@WardenGnaw WardenGnaw deleted the dev/waan/fixFILEPOSTracepoint branch September 21, 2021 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants