mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Fix query-history README images (#22084)
This commit is contained in:
@@ -6,13 +6,13 @@ Adds a Query History view for viewing and running past executed queries.
|
||||
|
||||
Query History is initially as a tab in the tab panel, which is toggled by the **View: Toggle Panel** or **Query History: Focus on Query History View** commands.
|
||||
|
||||

|
||||

|
||||
|
||||
This view can be moved similar to other views into other view containers by dragging and dropping into the desired view container.
|
||||
|
||||
Initially this view will be empty but once you execute a query editor that will be captured in the window - with a separate row displayed for every query executed.
|
||||
|
||||

|
||||

|
||||
|
||||
Each row consists of 4 parts :
|
||||
- Status icon : This will be a ✔️ if the query executed successfully. If any errors occurred a ❌ is shown.
|
||||
@@ -30,7 +30,7 @@ Query History capture can be enabled/disabled in one of two ways :
|
||||
|
||||
Right clicking on a history row will bring up a menu with a number of actions available.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Open Query
|
||||
|
||||
|
||||
Reference in New Issue
Block a user