mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
scm: hide input box model from extension host
This commit is contained in:
@@ -424,6 +424,11 @@ export function createApiFactory(initData: IInitData, threadService: IThreadServ
|
||||
return extHostSCM.onDidChangeActiveProvider;
|
||||
}
|
||||
|
||||
@proposed(extension)
|
||||
get inputBox() {
|
||||
return extHostSCM.inputBox;
|
||||
}
|
||||
|
||||
@proposed(extension)
|
||||
getResourceFromURI(uri) {
|
||||
return extHostSCM.getResourceFromURI(uri);
|
||||
|
||||
Reference in New Issue
Block a user