Tags: microsoft/vscode-mssql
Tags
Keep the query results view alive while hidden (#22814) (#22816) The results view is registered without webviewOptions, so VS Code disposes it whenever the panel is hidden - switching to the terminal, collapsing the panel, or selecting another panel view. Showing it again reloads the webview bundle and re-runs the bootstrap before any results are back on screen. Set retainContextWhenHidden on the view provider registration. The results-in-a-tab path already sets this on its panel; the view is the default surface, so it was the one paying the reload cost on every hide and show. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Changelog updates for 1.45.0 release (#22676) (#22745) * Proposed changelog update for 1.45.0 release * Align SQL Database Projects changelog format * Credit Entra account performance contribution * Update 1.45.0 changelog readiness * Refine 1.45.0 changelog wording and document preview flags in READMEs * Update changelog and README for 1.45.0 release --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yoleichen <yoleichen@mirosoft.com>
Changelog updates for 1.45.0 release (#22676) (#22745) * Proposed changelog update for 1.45.0 release * Align SQL Database Projects changelog format * Credit Entra account performance contribution * Update 1.45.0 changelog readiness * Refine 1.45.0 changelog wording and document preview flags in READMEs * Update changelog and README for 1.45.0 release --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yoleichen <yoleichen@mirosoft.com>
Added missing error telemetry for failed provisioning (#22366) * added error telemetry for failed provisioning * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fixed lint * fixed lint * use util * update error events --------- Co-authored-by: Lauren Nathan <laurennathan@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Changelog updates for 1.43.0 release (#22187) (#22256) * Proposed changelog update for 1.43.0 release * changelog updates * Fixing rendering of sample TSQL in sqlproj README * changelog updates * missed other changelog * adding SQLCon EU banner * fixing date display logic * setting deployment command * PR feedback * Update and sync v1.43 readme files * Updating README with new config options --------- Co-authored-by: yoleichen <yoleichen@mirosoft.com>
PreviousNext