We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7961991 commit cf74e85Copy full SHA for cf74e85
src/siderBar.ts
@@ -160,7 +160,7 @@ function applyThisCvb(filePath: string) {
160
* @param filePath .cvb 文件的路径
161
*/
162
async function uploadThisCvb(filePath: string) {
163
-
+/*
164
// 测试 begin
165
{
166
const workspaceFolders = vscode.workspace.workspaceFolders;
@@ -180,7 +180,7 @@ async function uploadThisCvb(filePath: string) {
180
console.log(cvb.toString());
181
}
182
// 测试 end
183
+*/
184
const userPrompt = await vscode.window.showInputBox({
185
prompt: 'Enter your prompt for the refactoring',
186
placeHolder: 'e.g., Refactor the code to improve readability',
0 commit comments