Skip to content

Commit

Permalink
fix auto lang markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Mar 15, 2024
1 parent da556e5 commit 179ece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getLanguageMatch = (
: languageId
}

return 'javascript'
return 'auto'
}

export const getCompletionContent = (message: ServerMessage) => {
Expand Down

0 comments on commit 179ece9

Please sign in to comment.