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

Goto next problem does not go in sequence in certain scenarios #110972

Closed
safield opened this issue Nov 19, 2020 · 9 comments
Closed

Goto next problem does not go in sequence in certain scenarios #110972

safield opened this issue Nov 19, 2020 · 9 comments
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities languages-diagnostics Source problems reporting *out-of-scope Posted issue is not in scope of VS Code

Comments

@safield
Copy link

safield commented Nov 19, 2020

Version: 1.51.1
Commit: e5a624b
Date: 2020-11-10T23:31:29.624Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 5.4.0-53-generic

I have observed a scenario where pressing F8 to go to next problem will take me back the first problem, instead of to the next problem.

The problems in my problems view can be summarized as follows. (number of files and issues within files is irrelevant).

File A
problem 1
problem 2
problem 3
File B
problem 1
problem 2
problem 3
File C
problem 1
problem 2
problem 3

-press F8 to go to problem A1.
-keep pressing F8 until you get to problem B3 (the last problem in a file that has problems in a file before it and problems in a file after it).
-fix the problem and save the file.
-press F8 again....
-it jumps to problem A1.

Expected Behaviour
-it should jump to problem C1.

@sandy081 sandy081 assigned jrieken and unassigned sandy081 Nov 20, 2020
@jrieken jrieken added feature-request Request for new features or functionality languages-diagnostics Source problems reporting labels Nov 24, 2020
@jrieken jrieken removed their assignment Nov 24, 2020
@jrieken
Copy link
Member

jrieken commented Nov 24, 2020

@sandy081 pretty sure that you are owning these things now

@safield
Copy link
Author

safield commented Jan 24, 2021

This is not a feature request......this is a bug! I did not take the time to compose a well written bug for you, just for your useless bot to close because people are not upvoting. What kind of degenerate dev team is running the show here???

@sandy081 sandy081 reopened this Jan 25, 2021
@sandy081 sandy081 self-assigned this Jan 25, 2021
@jrieken
Copy link
Member

jrieken commented Jan 25, 2021

I did not take the time to compose a well written bug for you

Then do so!

@jrieken jrieken added info-needed Issue requires more information from poster and removed feature-request Request for new features or functionality labels Jan 25, 2021
@jrieken jrieken removed this from the Backlog Candidates milestone Jan 25, 2021
@Spongman
Copy link

Spongman commented Jan 28, 2021

I have the same issue. making changes to a file in the problems list causes f8 to sometimes restart at the beginning. obviously this is pretty frustrating if you're working serially through a long list of issues.

btw: i agree with the above comment regarding the triage bot. i know it's an attempt to handle the large volume of incoming issues, but really it comes across as "we care so little about your attempts to communicate an issue in our product that we have a robot to automatically trash your input."

@Spongman
Copy link

there's also a related issue: if, for whatever reason, f8 needs to pop up the 'Unable to open' popup, it should just skip that issue and move to the next. should i open a new issue for this, or is it the same bug?

@jrieken
Copy link
Member

jrieken commented Jan 29, 2021

still no repro steps here

@safield
Copy link
Author

safield commented Feb 5, 2021

still no repro steps here

Repro steps are in the initial bug. Why is this closed? Do you guys avoid fixing bugs by pretending they don't exist?

@sandy081 sandy081 added feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities and removed info-needed Issue requires more information from poster labels Feb 9, 2021
@sandy081 sandy081 added this to the Backlog milestone Feb 9, 2021
@sandy081 sandy081 reopened this Feb 9, 2021
@Spongman
Copy link

closing issues due to lack of recent activity is bad program management. bugs should either be closed because they're not bugs, or they're fixed.

@sandy081 sandy081 removed their assignment Jan 16, 2024
@sandy081 sandy081 added the *out-of-scope Posted issue is not in scope of VS Code label Jan 16, 2024
@VSCodeTriageBot
Copy link
Collaborator

We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding, and happy coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2024
@aiday-mar aiday-mar removed this from the December / January 2024 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities languages-diagnostics Source problems reporting *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

7 participants
@Spongman @jrieken @sandy081 @safield @aiday-mar @VSCodeTriageBot and others