Skip to content

Commit 8179c18

Browse files
committed
delete unnecessary comment
1 parent c23849d commit 8179c18

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client/application/importPath/copyImportPathCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export class CopyImportPathCommand implements IExtensionSingleActivationService
2929
}
3030

3131
const importPath = this.resolveImportPath(uri.fsPath);
32-
// await vscode.env.clipboard.writeText(importPath);
3332
await this.clipboard.writeText(importPath);
3433
void vscode.window.showInformationMessage(`Copied: ${importPath}`);
3534
}

0 commit comments

Comments
 (0)