mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
add log level change event, #43275
This commit is contained in:
@@ -230,6 +230,10 @@ export function createApiFactory(
|
||||
get logLevel() {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostLogService.getLevel();
|
||||
},
|
||||
get onDidChangeLogLevel() {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostLogService.onDidChangeLogLevel;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user