Skip to content

Commit cc42474

Browse files
SoonIterHerringtonDarkholme
authored andcommitted
chore: update
1 parent c1e55c4 commit cc42474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/lsp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async function applyAllFixes() {
6969
uri: textEditor.document.uri.toString(),
7070
version: textEditor.document.version,
7171
text: textEditor.document.getText(),
72+
languageId: textEditor.document.languageId,
7273
}
7374
const params = {
7475
command: 'ast-grep.applyAllFixes',

0 commit comments

Comments
 (0)