We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15ed0a commit 3c580f5Copy full SHA for 3c580f5
src/commands/account/copyConnectionString.ts
@@ -29,7 +29,7 @@ export async function copyConnectionString(
29
}
30
31
const connectionString = await ext.state.runWithTemporaryDescription(
32
- node.id as string, // wip, temporary hack for v1
+ node.id,
33
localize('copyConnectionString.working', 'Working...'),
34
async () => {
35
if (node instanceof DocumentDBAccountResourceItem) {
0 commit comments