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

build error jump to the line in the code #145

Open
bladem2003 opened this issue Dec 19, 2022 · 4 comments
Open

build error jump to the line in the code #145

bladem2003 opened this issue Dec 19, 2022 · 4 comments

Comments

@bladem2003
Copy link

When there is a build error and I click on the line that contains the error it doesn't jump to the line in the code. Is there a way to make jump like in scite?

Screenshot_37

@Danp2
Copy link

Danp2 commented Dec 19, 2022

IIRC, this was discussed previously and @loganch stated that the current VS APIs don't allow for this fuctionality to be added. I tried to locate the prior discussion but I wasn't able to find it. 🤔

@loganch
Copy link
Owner

loganch commented Jan 8, 2023

Yeah according to this issue for VSCode: microsoft/vscode#586, it's on the backburner and is inconsistent for the various ways that people have been expecting for it to work based on format of the text alone...

@loganch
Copy link
Owner

loganch commented Jan 8, 2023

The other problem I'm seeing is that I'm quite sure that error should be showing up in the Problems tab, which would link directly to that line, but that's not happening for me in testing the extension, so I have some investigating to do on that.

@loganch
Copy link
Owner

loganch commented Jan 9, 2023

Yep, looks like the functionality added to work with the paths caused the enableDiagnostics setting to always show as undefined/false. I made a fix so that it should be showing up right on the next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants