提交 2506bfa2 编写于 作者: J Joao Moreno

🔥 removing scm.drag

上级 0b9560a2
......@@ -6,7 +6,7 @@
'use strict';
import { scm, Uri, Disposable, SCMProvider, SCMResourceGroup, Event, ProviderResult, workspace } from 'vscode';
import { Model, Resource, ResourceGroup, State } from './model';
import { Model, Resource, State } from './model';
import { CommandCenter } from './commands';
import { mapEvent } from './util';
......@@ -53,10 +53,6 @@ export class GitSCMProvider implements SCMProvider {
return this.commandCenter.commitWithInput();
}
drag(resource: Resource, resourceGroup: ResourceGroup): void {
console.log('drag', resource, resourceGroup);
}
getOriginalResource(uri: Uri): Uri | undefined {
if (uri.scheme !== 'file') {
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册