mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 9bc92b48d945144abb405b9e8df05e18accb9148
This commit is contained in:
@@ -48,7 +48,7 @@ export class UserDataSyncTrigger extends Disposable {
|
||||
if (editorInput instanceof KeybindingsEditorInput) {
|
||||
return true;
|
||||
}
|
||||
const resource = editorInput.getResource();
|
||||
const resource = editorInput.resource;
|
||||
if (isEqual(resource, this.workbenchEnvironmentService.settingsResource)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user