-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vscode] Support LogOutputChannel #12017
Labels
vscode
issues related to VSCode compatibility
Comments
6 tasks
Can you please assign this task to @ndoschek? |
@ndoschek I can't assign it to you, can you write a comment, maybe it works then |
@JonasHelming @rschnekenbu thanks! |
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 24, 2023
- Support LogOutputChannel - Support LogLevel - Support in namespace/env: logLevel & onDidChangeLogLevel Resolves eclipse-theia#12017 Contributed on behalf of STMicroelectronics. Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> WIP: - build fails for example apps - use custom extension to test: https://github.com/ndoschek/vscode-extensions/tree/main/vscode-extension-log-output-channel-12017 (test ok in vscode)
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Apr 18, 2023
- Support LogOutputChannel - Support LogLevel - Support in namespace/env: logLevel & onDidChangeLogLevel - Remark: Needs further extension of application to fully support all aspects of a LogOutputViewChannel (i.e. developer logger service, logging to file, extension of output view UI) Resolves eclipse-theia#12017 Contributed on behalf of STMicroelectronics. Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
This was referenced Apr 18, 2023
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Apr 18, 2023
- Support LogOutputChannel - Support LogLevel - Support in namespace/env: logLevel & onDidChangeLogLevel - Remark: Needs further extension of application to fully support all aspects of a LogOutputViewChannel (i.e. developer logger service, logging to file, extension of output view UI) Resolves eclipse-theia#12017 Contributed on behalf of STMicroelectronics. Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Apr 20, 2023
- Support LogOutputChannel - Support LogLevel - Support in namespace/env: logLevel & onDidChangeLogLevel - Remark: Needs further extension of application to fully support all aspects of a LogOutputViewChannel (i.e. developer logger service, logging to file, extension of output view UI) Resolves eclipse-theia#12017 Contributed on behalf of STMicroelectronics. Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Apr 20, 2023
- Support LogOutputChannel - Support LogLevel - Support in namespace/env: logLevel & onDidChangeLogLevel - Remark: Needs further extension of application to fully support all aspects of a LogOutputViewChannel (i.e. developer logger service, logging to file, extension of output view UI) Resolves eclipse-theia#12017 Contributed on behalf of STMicroelectronics. Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Apr 21, 2023
- Support LogOutputChannel - Support LogLevel - Support in namespace/env: logLevel & onDidChangeLogLevel - Remark: Needs further extension of application to fully support all aspects of a LogOutputViewChannel (i.e. developer logger service, logging to file, extension of output view UI) Resolves eclipse-theia#12017 Contributed on behalf of STMicroelectronics. Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
tsmaeder
pushed a commit
that referenced
this issue
Apr 21, 2023
- Support LogOutputChannel - Support LogLevel - Support in namespace/env: logLevel & onDidChangeLogLevel - Remark: Needs further extension of application to fully support all aspects of a LogOutputViewChannel (i.e. developer logger service, logging to file, extension of output view UI) Resolves #12017 Contributed on behalf of STMicroelectronics. Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://code.visualstudio.com/api/references/vscode-api#LogOutputChannel
since vscode 1.74
This requires also
The text was updated successfully, but these errors were encountered: