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

Cursor for next issue (F8) is not reset on build. #18695

Closed
martincohen opened this issue Jan 18, 2017 · 4 comments
Closed

Cursor for next issue (F8) is not reset on build. #18695

martincohen opened this issue Jan 18, 2017 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@martincohen
Copy link

The cpptools produces a lot of Include file not found in directory, therefore it is essential to reset the cursor within the problems view to first item on next build. Otherwise the cursor just keeps keeping on pointing to me meaningless Include file not found in directory issues and never resets to begin of the list (I have to do that manually now).

  • VSCode Version:
    1.8.1
  • OS Version:
    Windows 10

Steps to Reproduce:

  1. Open a file that is not part of the project that includes "unreachable" file so that cpptools produces Include file not found issue in problem view.
  2. Build the project.
@dbaeumer
Copy link
Member

@sandy081 starting with you. I think even if the cpptools would like to do that they wouldn't be able to do so. Could we add a button to the UI?. This might need support in the task framework as well if the cpptools build using a task.

@martincohen
Copy link
Author

I've already reported the issue to cpptools, they sent me here. Their issue is with parsing a file that clearly doesn't belong to the project (not in project root, nor on include path), plus another issue with keeping the errors in the log even after such file is closed.

@sandy081
Copy link
Member

@martincohen By default Problems view is linked to the current opened editor. There is a setting problems.autoReveal that controls this. May be disabling this setting will help you. Can you please try and let us know the experience?

@sandy081 sandy081 added the info-needed Issue requires more information from poster label Feb 27, 2017
@sandy081
Copy link
Member

sandy081 commented Apr 4, 2017

Please reopen it with the requested information from above comment. Thanks.

@sandy081 sandy081 closed this as completed Apr 4, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants