mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 17:20:28 -04:00
Merge from vscode 9bc92b48d945144abb405b9e8df05e18accb9148
This commit is contained in:
@@ -59,7 +59,7 @@ export class SCMStatusController implements IWorkbenchContribution {
|
||||
return false;
|
||||
}
|
||||
|
||||
const resource = this.editorService.activeEditor.getResource();
|
||||
const resource = this.editorService.activeEditor.resource;
|
||||
|
||||
if (!resource) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user