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
When displaying the artifact location on a result item, if there is ALSO an index value, I would like to still show the uri of the result item while navigating to the uri of the artifact linked by the index value. This will allow me to produce SARIF files with no content and then link to the content elsewhere when needed.
When displaying the artifact location on a result item, if there is ALSO an index value, I would like to still show the uri of the result item while navigating to the uri of the artifact linked by the index value. This will allow me to produce SARIF files with no content and then link to the content elsewhere when needed.
The change proposed is:
sarif-vscode-extension/src/shared/index.ts
Line 199 in a1740e7
From:
: undefined;
To:
: runArtLoc?.uri ?? undefined;
The text was updated successfully, but these errors were encountered: