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

Clickable links in the diagnostics panel #1520

Merged
merged 3 commits into from
Dec 11, 2020

Conversation

rwols
Copy link
Member

@rwols rwols commented Dec 10, 2020

Untested, but I'll just put it on review while I try to set up eslint :)

@rwols
Copy link
Member Author

rwols commented Dec 10, 2020

image

@rwols rwols requested a review from rchl December 11, 2020 20:42
@@ -54,7 +54,7 @@ contexts:

expect-source-and-code:
- include: pop-at-end
- match: ([^:\]]+)((:)(\S+))?
- match: ([^:\]]+)((:)(\S+)?)?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(\S+)? is basically (\S*) I guess?

@rchl
Copy link
Member

rchl commented Dec 11, 2020

I've noticed something unrelated to this change that seems wrong.

I have three errors, 2 from typescript and 1 from eslint:

Screenshot 2020-12-11 at 21 55 09

Once I fix the eslint one, the panel closes automatically.
It could be that some code thinks that there are no more diagnostics messages left and closes it.

@rwols
Copy link
Member Author

rwols commented Dec 11, 2020

It could be that some code thinks that there are no more diagnostics messages left and closes it.

Yeah, I made a mistake there.

@rwols rwols merged commit f3c125f into st4000-exploration Dec 11, 2020
@rwols rwols deleted the feat/diag-code-phantom branch December 11, 2020 21:22
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

Successfully merging this pull request may close these issues.

2 participants