-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(source-map-config-issues): Implementing problem, diagnosis and troubleshooting section designs #112393
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
feat(source-map-config-issues): Implementing problem, diagnosis and troubleshooting section designs #112393
Changes from 9 commits
5577f65
764d2b3
8b5e24a
b43a101
cacc0da
e989b3b
b8fd217
311092a
e9936d4
0955fab
81dfb8d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -74,6 +74,8 @@ export type IssueTypeConfig = { | |||||||||
| * Configuration for the issue-level information header | ||||||||||
| */ | ||||||||||
| header: { | ||||||||||
| // Controls the "X in this issue" event navigation row (First/Latest/Recommended) | ||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Let's use a docstring here so we get this documentation in the LSP
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Though it looks like some of the other ones are wrong also lol
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated all three in the file ^ |
||||||||||
| eventNavigation: DisabledWithReasonConfig; | ||||||||||
| filterBar: DisabledWithReasonConfig & { | ||||||||||
| // Display the environment filter in an inactive, locked state | ||||||||||
| fixedEnvironment?: boolean; | ||||||||||
|
|
||||||||||
Uh oh!
There was an error while loading. Please reload this page.