mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Move log level API to env
Moves the log level API to env
This commit is contained in:
@@ -211,6 +211,7 @@ export function createApiFactory(
|
||||
get language() { return Platform.language; },
|
||||
get appName() { return product.nameLong; },
|
||||
get appRoot() { return initData.environment.appRoot; },
|
||||
get logLevel() { return extHostLogService.getLevel(); }
|
||||
});
|
||||
|
||||
// namespace: extensions
|
||||
|
||||
Reference in New Issue
Block a user