Skip to content
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

Closed
Tracked by #12019
rschnekenbu opened this issue Dec 22, 2022 · 3 comments · Fixed by #12429
Closed
Tracked by #12019

[vscode] Support LogOutputChannel #12017

rschnekenbu opened this issue Dec 22, 2022 · 3 comments · Fixed by #12429
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

see https://code.visualstudio.com/api/references/vscode-api#LogOutputChannel
since vscode 1.74

This requires also

@msujew msujew added the vscode issues related to VSCode compatibility label Dec 27, 2022
@rschnekenbu
Copy link
Contributor Author

Can you please assign this task to @ndoschek?

@JonasHelming
Copy link
Contributor

@ndoschek I can't assign it to you, can you write a comment, maybe it works then

@ndoschek
Copy link
Contributor

@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>
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
Labels
vscode issues related to VSCode compatibility
Projects
None yet
4 participants