mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Support log output channels for extensions (#161249)
* introduce log api in extension context * separate registering output vs log channel * Separate extension log channels in show logs command * add logging error to embedder logger * show extension log in the extension editor * configure log level per extension * change the order of log entries * introduce logger * align with output chanel * revert changes * fixes
This commit is contained in:
committed by
GitHub
parent
82431003f3
commit
35c7ee9d02
@@ -16,7 +16,8 @@
|
||||
"onAuthenticationRequest:microsoft"
|
||||
],
|
||||
"enabledApiProposals": [
|
||||
"idToken"
|
||||
"idToken",
|
||||
"extensionLog"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": true,
|
||||
|
||||
Reference in New Issue
Block a user