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

Test finalised extension logging API #167384

Closed
2 tasks done
sandy081 opened this issue Nov 28, 2022 · 0 comments
Closed
2 tasks done

Test finalised extension logging API #167384

sandy081 opened this issue Nov 28, 2022 · 0 comments

Comments

@sandy081
Copy link
Member

sandy081 commented Nov 28, 2022

Refs: #159892

Complexity: 3

Create Issue


LogOutputChannel API is now finalised. Please sanity test the API that there is no proposed check needed anymore and also make sure the documentation makes sense.

Also do the same testing for log level api in env

/**
* The current log level of the editor.
*/
export const logLevel: LogLevel;
/**
* An {@link Event} which fires when the log level of the editor changes.
*/
export const onDidChangeLogLevel: Event<LogLevel>;

@sandy081 sandy081 added this to the November 2022 milestone Nov 28, 2022
@ghost ghost assigned Tyriar and alexr00 Nov 29, 2022
@alexr00 alexr00 removed their assignment Nov 29, 2022
@Tyriar Tyriar removed their assignment Nov 29, 2022
@Tyriar Tyriar closed this as completed Nov 29, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants