mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update various branch references to main branch (#10913)
This commit is contained in:
@@ -6,11 +6,11 @@ Adds a Query History panel for viewing and running past executed queries.
|
||||
|
||||
Query History is displayed as a tab in the tab panel, which is toggled by the **View: Toggle Panel** command.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
@@ -22,7 +22,7 @@ Each row consists of 4 parts :
|
||||
|
||||
Right clicking on a history row will bring up a menu with a number of actions available.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Open Query
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"version": "0.2.0",
|
||||
"publisher": "Microsoft",
|
||||
"preview": true,
|
||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
|
||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
||||
"icon": "images/extension.png",
|
||||
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user