提交 4b3ba3ea 编写于 作者: E Eric Amodio

Removes proposed api check

上级 44ffe526
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册