Closed CoffeeChaton closed 1 year ago
how to reproduce
how to reproduce
// extension.ts
export function activate(context: vscode.ExtensionContext): void {
const logExp: vscode.LogOutputChannel = vscode.window.createOutputChannel('exp', { log: true });
logExp.info('log msg');
logExp.warn('warn msg');
logExp.error('error msg');
}
Thanks, super fast update!
Describe what you want
[info]
[warning]
[error]
[info]
Additional context
vscode log.tmLanguage.json
vscode.window.createOutputChannel('', { log: true });
extensions: One Dark Pro Lite Color Themes: One Dark Pro