Does this issue occur when all extensions are disabled?: Yes/No
Version: 1.90.0-insider
Commit: ca688da
Date: 2024-05-31T01:05:41.342Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.90.0-insider Chrome/122.0.6261.156 Electron/29.4.0 Safari/537.36
Steps to Reproduce:
extension.js
import { window } from 'vscode'
export function activate() {
const log = window.createOutputChannel('test-log-channel', { log: true })
setTimeout(() => {
log.dispose()
window.createOutputChannel('test-log-channel', { log: true })
}, 1000)
}
There is no test-log-channel in the output panel.
Does this issue occur when all extensions are disabled?: Yes/No
Version: 1.90.0-insider
Commit: ca688da
Date: 2024-05-31T01:05:41.342Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.90.0-insider Chrome/122.0.6261.156 Electron/29.4.0 Safari/537.36
Steps to Reproduce:
extension.jsThere is no test-log-channel in the output panel.