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
We want to add "Open in VS Code" buttons to the Azure Portal and Fabric, for this we need to implement a handler using vscode.window.registerUriHandler (on activation) which will open the selected database/container in the Query Editor.
We also need to investigate whether we can navigate to the appropriate node in the resource tree (which might require changes to the Azure Resources extension)
The text was updated successfully, but these errors were encountered:
sevoku
changed the title
Support opening the Query Editor from outside (Portal, Fabric) suing registerUriHandler
Support opening the Query Editor from outside (Portal, Fabric) using registerUriHandler
Jan 13, 2025
We want to add "Open in VS Code" buttons to the Azure Portal and Fabric, for this we need to implement a handler using vscode.window.registerUriHandler (on activation) which will open the selected database/container in the Query Editor.
We also need to investigate whether we can navigate to the appropriate node in the resource tree (which might require changes to the Azure Resources extension)
The text was updated successfully, but these errors were encountered: