Last active
January 3, 2022 07:01
-
-
Save sandipchitale/3091ae99e6d18d173bab40b3464ca9dc to your computer and use it in GitHub Desktop.
Create output channel for extention #vscode #outputchannel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create | |
const outputChannel = vscode.window.createOutputChannel(context.extension.id.replace('sandipchitale.', '')); | |
// Use | |
outputChannel?.appendLine('-'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment