mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Removes proposed api check
This commit is contained in:
@@ -416,7 +416,6 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
|
||||
get globalStorageUri() { return that._storagePath.globalValue(extensionDescription); },
|
||||
get extensionMode() { return extensionMode; },
|
||||
get extension() {
|
||||
checkProposedApiEnabled(extensionDescription);
|
||||
if (extension === undefined) {
|
||||
extension = new Extension(this, extensionDescription.identifier, extensionDescription, extensionKind);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user