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 c1e55c4 commit cc42474Copy full SHA for cc42474
src/extension/lsp.ts
@@ -69,6 +69,7 @@ async function applyAllFixes() {
69
uri: textEditor.document.uri.toString(),
70
version: textEditor.document.version,
71
text: textEditor.document.getText(),
72
+ languageId: textEditor.document.languageId,
73
}
74
const params = {
75
command: 'ast-grep.applyAllFixes',
0 commit comments