mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
committed by
GitHub
parent
71f6e26bfd
commit
2cd8ea24f2
@@ -367,11 +367,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return initData.uiKind;
|
||||
},
|
||||
get logLevel() {
|
||||
checkProposedApiEnabled(extension, 'extensionLog');
|
||||
return extHostLogService.getLevel();
|
||||
},
|
||||
get onDidChangeLogLevel() {
|
||||
checkProposedApiEnabled(extension, 'extensionLog');
|
||||
return extHostLogService.onDidChangeLogLevel;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user