mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
selected cell summary for status bar (#14358)
This commit is contained in:
@@ -14,6 +14,10 @@ import { IRange } from 'vs/editor/common/core/range';
|
||||
export class TestQueryModelService implements IQueryModelService {
|
||||
_serviceBrand: any;
|
||||
onRunQueryUpdate: Event<string>;
|
||||
onCellSelectionChanged: Event<string[]>;
|
||||
notifyCellSelectionChanged(selectedValues: string[]): void {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
getQueryRunner(uri: string): QueryRunner {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user