mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -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:
@@ -15,7 +15,7 @@ export namespace QueryInfo {
|
||||
}
|
||||
return {
|
||||
messages: queryInfo.messages,
|
||||
range: queryInfo.range.map(r => typeConverters.Range.to(r))
|
||||
batchRanges: queryInfo.batchRanges.map(r => typeConverters.Range.to(r))
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user