Skip to content

Commit 8c6d77e

Browse files
committed
输出管道指定类型为md
1 parent 6bb4803 commit 8c6d77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function activate(context: vscode.ExtensionContext) {
3636
console.log('Congratulations, your extension "CodeReDesign" is now active!');
3737

3838
// 创建输出通道
39-
const outputChannel = vscode.window.createOutputChannel('CodeReDesign API Stream');
39+
const outputChannel = vscode.window.createOutputChannel('CodeReDesign API Stream', 'markdown');
4040

4141
// 注册命令:选择文件并生成 CVB
4242
let generateCvbCommand = vscode.commands.registerCommand('codeReDesign.generateCvb', async () => {

0 commit comments

Comments
 (0)