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
On the messages tab of the results pane, click the line number link
Expected:
print statement is highlighted in editor
Reality:
nothing highlighted
Console has error:
TypeError: Cannot read properties of undefined (reading 'queryRunner')
at SqlOutputContentProvider.editorSelectionRequestHandler (c:\Users\me\Source\vscode-mssql\out\src\models\sqlOutputContentProvider.js:93:13)
After some investigation, it appears that the context in the link callback handler is set to the empty state version, not the correct state for that URI. Interestingly, the context is correct when the React is getting constructed.
The text was updated successfully, but these errors were encountered:
Repros on latest main (6ce4498)
Repo:
PRINT 'test'
Expected:
Reality:
After some investigation, it appears that the context in the link callback handler is set to the empty state version, not the correct state for that URI. Interestingly, the context is correct when the React is getting constructed.
The text was updated successfully, but these errors were encountered: