You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix [#4142](#4142)
Every diagnostic can now define a url pointing to a documentation with
more information on how you might have this diagnostic and how to
resolve it
Similar to how we have that for linter rules each diagnositc should be able to define their documentation url.
With this PR #4141 this would allow user to dig into more info very easily
"digit-expected": { severity: "error", + url: "https://typespec.io/compiler/diagnostics/digit-expected" messages: { default: "Digit expected.", }, },
The text was updated successfully, but these errors were encountered: