Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit df780ac

Browse files
committed
2nd acrolinx bump
1 parent dc04b7f commit df780ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tools/visual-studio-code/mssql-query-history.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Initially the query history view will be empty but once you execute a query it w
2424
![Query History tab with queries](./media/mssql-query-history/query-history-tab-with-queries.png)
2525

2626
Each row consists of three parts:
27-
- Status icon: The status icon will be a "✔️" if the query executed successfully. If any errors occurred a "❌" is shown.
27+
- Status icon: The status icon will be a "✔️" if the query executed successfully or an "❌" if an error occurred.
2828
- Query Text: The text of the query that was executed
2929
- Connection Info: The server and database the query was executed against
3030

@@ -58,11 +58,11 @@ Currently all information is stored in memory and not persisted upon application
5858

5959
### Clear all history
6060

61-
The action to clear all query history is also available from the command palette (**MS SQL: Clear All History**) and as an action button on the view. This will permanently delete **ALL** history rows.
61+
The action to clear all query history is also available from the command palette (**MS SQL: Clear All History**) and as an action button on the view. This action will permanently delete **ALL** history rows.
6262

6363
### Pause/Start query history capture
6464

65-
The ability to pause and start query history capture is available from the command palette (**MS SQL: Toggle Query History Capture**) and as an action button on the panel. While paused no data will be stored for queries run.
65+
The ability to pause and start query history capture is available from the command palette (**MS SQL: Toggle Query History Capture**) and as an action button on the panel. While paused, no query execution data will be stored by query history.
6666

6767

6868
## Next steps

0 commit comments

Comments
 (0)