Skip to content

Commit a25f3df

Browse files
committed
config(amazonq): remove .acds file extension from abap language
1 parent 4788a87 commit a25f3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/language/CodeWhispererLanguageManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class CodeWhispererLanguageManager {
148148
listOf("vue") to CodeWhispererVue.INSTANCE,
149149
listOf("ps1", "psm1") to CodeWhispererPowershell.INSTANCE,
150150
listOf("r") to CodeWhispererR.INSTANCE,
151-
listOf("abap", "acds") to CodeWhispererAbap.INSTANCE,
151+
listOf("abap") to CodeWhispererAbap.INSTANCE,
152152
).map {
153153
val exts = it.first
154154
val lang = it.second

0 commit comments

Comments
 (0)