Add joblog in self view - #568
Merged
Merged
Conversation
Contributor
|
👋 A new build is available for this PR based on c689c4a. |
SanjulaGanepola
requested changes
Aug 13, 2026
SanjulaGanepola
left a comment
Member
There was a problem hiding this comment.
@buzzia2001 When I run an debug the extension, the following contribution is removed:
Not sure why exactly since I see it listed in the contributes.json file. Do you see this on your end?
Member
Author
|
@SanjulaGanepola copy and paste... in contributes.json there was two twins entries, same command, same when: one inline@1, one navigation. I deleted the navigation one, keep the inline@1 |
SanjulaGanepola
requested changes
Aug 14, 2026
buzzia2001
commented
Aug 14, 2026
buzzia2001
left a comment
Member
Author
There was a problem hiding this comment.
Good catch... not quite just SelfErrorJobItem though. The SelfCodeTreeItem is useless, but we need string beacuse the item's own command passes jobName directly, not the tree item itself
SanjulaGanepola
approved these changes
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This PR allows you to view the job log directly from the SELF view.
How to test this PR
Connect to a system, open an .sql file, and enter an incorrect query to generate a log in SELF (make sure SELF is enabled).
In the error details table, click the job name or the info icon next to the job name; the job log option will open.
Checklist
console.logs I addedCloses #246