We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23849d commit 8179c18Copy full SHA for 8179c18
1 file changed
src/client/application/importPath/copyImportPathCommand.ts
@@ -29,7 +29,6 @@ export class CopyImportPathCommand implements IExtensionSingleActivationService
29
}
30
31
const importPath = this.resolveImportPath(uri.fsPath);
32
- // await vscode.env.clipboard.writeText(importPath);
33
await this.clipboard.writeText(importPath);
34
void vscode.window.showInformationMessage(`Copied: ${importPath}`);
35
0 commit comments