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

Go to Previous Problem (Error, Warning, Info) goes to NEXT problem #47204

Open
VSCodeTriageBot opened this issue Jun 24, 2024 · 0 comments
Open

Comments

@VSCodeTriageBot
Copy link
Owner

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.90.2 (Universal)
  • OS Version: macOS 14.5

Steps to Reproduce:

  1. Create new JavaScript file e.g. testfile.js
  2. Past the following code with errors into the file:
const a = "foo"
a = "bar"

const b = "foo"
b = "bar"
  1. Put the cursor on line 3 so that it is in between the error on line 2 and line 5
  2. Select "Go to Previous Problem (Error, Warning, Info)" from the command pallet
  3. Observe cursor move to error on line 5 (not line 2)
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

1 participant