mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
remove some vscode differences (#12146)
This commit is contained in:
@@ -57,7 +57,7 @@ export class UserDataAutoSyncEnablementService extends Disposable {
|
||||
return true;
|
||||
case 'off':
|
||||
return false;
|
||||
default: return this.storageService.getBoolean(enablementKey, StorageScope.GLOBAL, this.environmentService.enableSyncByDefault);
|
||||
default: return this.storageService.getBoolean(enablementKey, StorageScope.GLOBAL, this.environmentService.enableSyncByDefault); // {{SQL CARBON EDIT}} strict-null-checks move this to a default case
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user