Skip to content

Commit cf74e85

Browse files
committed
fix:屏蔽测试代码
1 parent 7961991 commit cf74e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/siderBar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function applyThisCvb(filePath: string) {
160160
* @param filePath .cvb 文件的路径
161161
*/
162162
async function uploadThisCvb(filePath: string) {
163-
163+
/*
164164
// 测试 begin
165165
{
166166
const workspaceFolders = vscode.workspace.workspaceFolders;
@@ -180,7 +180,7 @@ async function uploadThisCvb(filePath: string) {
180180
console.log(cvb.toString());
181181
}
182182
// 测试 end
183-
183+
*/
184184
const userPrompt = await vscode.window.showInputBox({
185185
prompt: 'Enter your prompt for the refactoring',
186186
placeHolder: 'e.g., Refactor the code to improve readability',

0 commit comments

Comments
 (0)