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 46766be commit 1d597bdCopy full SHA for 1d597bd
packages/amazonq/src/lsp/client.ts
@@ -326,7 +326,7 @@ async function onLanguageServerReady(
326
} as RenameFilesParams)
327
}),
328
vscode.workspace.onDidSaveTextDocument((e) => {
329
- client.sendNotification('workspace/didSaveTextDocument', {
+ client.sendNotification('textDocument/didSave', {
330
textDocument: {
331
uri: e.uri.fsPath,
332
},
0 commit comments