mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Hide suggest widget on cell execution (#16895)
* Hide suggest widget on cell execution * Also hide for query editor * Fix compile issue with tests
This commit is contained in:
@@ -559,6 +559,8 @@ export class CellModel extends Disposable implements ICellModel {
|
||||
return false;
|
||||
}
|
||||
this._outputCounter = 0;
|
||||
// Hide IntelliSense suggestions list when running cell to match SSMS behavior
|
||||
this._commandService.executeCommand('hideSuggestWidget');
|
||||
this._telemetryService?.createActionEvent(TelemetryKeys.TelemetryView.Notebook, TelemetryKeys.NbTelemetryAction.RunCell)
|
||||
.withAdditionalProperties({ cell_language: kernel.name })
|
||||
.send();
|
||||
|
||||
Reference in New Issue
Block a user