Skip to content

Commit dfb65a8

Browse files
authored
fix: "Command aws.amazonq.refresh not found"
forgot to remove this in 9139ec2
1 parent 9d329a9 commit dfb65a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codewhisperer/util/getStartUrl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export async function connectToEnterpriseSso(startUrl: string, region: Region['i
3636
})
3737
}
3838
await vscode.commands.executeCommand('aws.codeWhisperer.refresh')
39-
await vscode.commands.executeCommand('aws.amazonq.refresh')
4039
await Commands.tryExecute('aws.amazonq.refresh')
4140
await vscode.commands.executeCommand('aws.codeWhisperer.enableCodeSuggestions')
4241
}

0 commit comments

Comments
 (0)