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
Copy file name to clipboardExpand all lines: docs/azure-data-studio/release-notes-azure-data-studio.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article has release notes for Azure Data Studio.
4
4
ms.prod: azure-data-studio
5
5
ms.technology: azure-data-studio
6
6
ms.topic: conceptual
7
-
author: timioshin
7
+
author: tdoshin
8
8
ms.author: timioshin
9
9
ms.reviewer: maghan
10
10
ms.custom: seodec18, contperf-fy21q4
@@ -30,21 +30,21 @@ Azure Data Studio 1.38.0 is the latest general availability (GA) release.
30
30
31
31
| New Item | Details |
32
32
|----------|---------|
33
-
| VS Code merge | VS Code merge from version 1.59 to 1.62 to keep Azure Data Studio up to date with changes in VS Code UI framework. |
33
+
| VS Code merges to 1.62 | This release includes updates to VS Code from the three previous VS Code releases. Read [their release notes]('https://code.visualstudio.com/updates/v1_62') to learn more. |
34
34
| Table Designer | New column added to Table Designer for easier access to additional actions specific to individual rows. |
35
-
| Query Plan Viewer | The Top Operations pane view now includes clickable links to Operations in each of its rows to show the runtime statistics which can be used to evaluate estimated and actual rows when analyzing a plan. |
35
+
| Query Plan Viewer | The Top Operations pane view now includes clickable links to operations in each of its rows to show the runtime statistics which can be used to evaluate estimated and actual rows when analyzing a plan. |
36
36
| Query Plan Viewer | Improved UI on selected operation node in the Execution Plan. |
37
-
| Query Plan Viewer |Execution plan shortcut no longer executes queries. It now just enables or disables the actual execution plan creation when a query is executed. |
37
+
| Query Plan Viewer |The keyboard command CTRL + M no longer executes queries. It now just enables or disables the actual execution plan creation when a query is executed. |
38
38
| Query Plan Viewer | Plan labels are now updated in the Properties window when plans are compared and the orientation is toggled from horizontal to vertical, and back. |
39
39
| Query Plan Viewer | Updates were made to the Command Palette. All execution plan commands are prefixed with "Execution Plan", so that they are easier to find and use. |
40
-
| Query Plan Viewer | A collapse/expand functionality is now available for plans with numerous operators. |
40
+
| Query Plan Viewer | A collapse/expand functionality is now available at the operator level to allow users to hide or display sections of the plan during analysis. |
41
41
42
42
#### Bug fixes in 1.38.0
43
43
44
44
| New Item | Details |
45
45
|----------|---------|
46
46
| Table Designer | Fix for edit data tab switching back to previously selected column when adding a new row. Editing the table is now disabled while new rows are being added and only reenabled afterwards. |
47
-
| Query Editor | Fixed coloring issues for new T-SQL functions in Query Editor. |
47
+
| Query Editor | Fixed coloring issues for new T-SQL functions in the Query Editor. |
48
48
| Query Plan Viewer | Fixed bug that caused custom zoom level spinner to allow values outside valid range. |
49
49
| Dashboard | Fixed issue that caused incorrect displaying of insight widgets on the dashboard. |
0 commit comments