We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fba46 commit 5924e49Copy full SHA for 5924e49
packages/amazonq/src/lsp/chat/webviewProvider.ts
@@ -168,7 +168,7 @@ export class AmazonQChatViewProvider implements WebviewViewProvider {
168
169
async refreshWebview() {
170
if (this.webview) {
171
- // post a message to the webview telling it to reload refresh
+ // post a message to the webview telling it to reload
172
void this.webview?.postMessage({
173
command: 'reload',
174
})
0 commit comments