mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
QueryEvent range -> batchRanges (#19890)
* Switch query events to just send ranges instead of full query text * undo azdata changes * fix type * comment + remove unneeded ? * range -> batchRanges * undo
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -1568,7 +1568,7 @@ declare module 'azdata' {
|
||||
/**
|
||||
* The ranges for each batch that has executed so far
|
||||
*/
|
||||
range: vscode.Range[];
|
||||
batchRanges: vscode.Range[];
|
||||
}
|
||||
|
||||
export interface QueryEventListener {
|
||||
|
||||
Reference in New Issue
Block a user