mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Fixes #119636 - 🤦
This commit is contained in:
@@ -417,7 +417,7 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
|
||||
get extensionMode() { return extensionMode; },
|
||||
get extension() {
|
||||
if (extension === undefined) {
|
||||
extension = new Extension(this, extensionDescription.identifier, extensionDescription, extensionKind);
|
||||
extension = new Extension(that, extensionDescription.identifier, extensionDescription, extensionKind);
|
||||
}
|
||||
return extension;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user