mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
🔨 change how ids work in scm providers. remove drag
This commit is contained in:
@@ -454,8 +454,8 @@ export function createApiFactory(initData: IInitData, threadService: IThreadServ
|
||||
}
|
||||
|
||||
@proposed(extension)
|
||||
registerSCMProvider(id, provider) {
|
||||
return extHostSCM.registerSCMProvider(id, provider);
|
||||
registerSCMProvider(provider) {
|
||||
return extHostSCM.registerSCMProvider(provider);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user