Skip to content

Commit 9c92164

Browse files
committed
fixup
1 parent 4736298 commit 9c92164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export async function activateAmazonQCommon(context: vscode.ExtensionContext, is
160160
if (event.key === 'amazonqLSP') {
161161
await vscode.window
162162
.showInformationMessage(
163-
'Amazon Q LSP setting has changed. Please reload VS Code for the changes to take effect.',
163+
'Amazon Q LSP setting has changed. Reload VS Code for the changes to take effect.',
164164
'Reload Now'
165165
)
166166
.then(async (selection) => {

0 commit comments

Comments
 (0)