We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6e956 commit fe9431bCopy full SHA for fe9431b
code-review-gpt/src/review/constants.ts
@@ -40,6 +40,7 @@ export const languageMap: { [key: string]: string } = {
40
".kt": "Kotlin",
41
".kts": "Kotlin",
42
".java": "Java",
43
+ ".vue": "Vue",
44
};
45
46
export const supportedFiles = new Set(Object.keys(languageMap));
0 commit comments