update proposed API with my items and remove deprecations

This commit is contained in:
Benjamin Pasero
2019-12-06 16:00:17 +01:00
parent e7aa84d8ab
commit 88cba08d9d
5 changed files with 1 additions and 40 deletions

View File

@@ -225,10 +225,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
get appName() { return initData.environment.appName; },
get appRoot() { return initData.environment.appRoot!.fsPath; },
get uriScheme() { return initData.environment.appUriScheme; },
createAppUri(options?) {
checkProposedApiEnabled(extension);
return extHostUrls.proposedCreateAppUri(extension.identifier, options);
},
get logLevel() {
checkProposedApiEnabled(extension);
return typeConverters.LogLevel.to(extHostLogService.getLevel());