Skip to content

Commit 3c580f5

Browse files
committed
feat: "copy connection string" for account nodes
1 parent d15ed0a commit 3c580f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/account/copyConnectionString.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function copyConnectionString(
2929
}
3030

3131
const connectionString = await ext.state.runWithTemporaryDescription(
32-
node.id as string, // wip, temporary hack for v1
32+
node.id,
3333
localize('copyConnectionString.working', 'Working...'),
3434
async () => {
3535
if (node instanceof DocumentDBAccountResourceItem) {

0 commit comments

Comments
 (0)