Skip to content

Commit bedf914

Browse files
committed
fix:TCVB 主动格式修复时输出提示信息
1 parent e637a54 commit bedf914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cvbManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ export class TCVB {
253253
try {
254254
this.parse(tcStrContent);
255255
} catch (error) {
256+
vscode.window.showWarningMessage('TCVB格式输出有错误,正在尝试主动修复...');
256257
const fixedContent = TCVB.autoFixTCVBContent(tcStrContent);
257258
this.parse(fixedContent);
258259
}

0 commit comments

Comments
 (0)