mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
Port VS Code telemetry opt-in dialog (#1130)
This commit is contained in:
@@ -92,7 +92,7 @@ export class MainThreadMessageService implements MainThreadMessageServiceShape {
|
||||
|
||||
// if promise has not been resolved yet, now is the time to ensure a return value
|
||||
// otherwise if already resolved it means the user clicked one of the buttons
|
||||
once(messageHandle.onDidDispose)(() => {
|
||||
once(messageHandle.onDidClose)(() => {
|
||||
resolve(undefined);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user