Skip to content

Commit 2b6aa85

Browse files
authored
config(amazonq): remove .acds file extension from abap language (#7356)
Team decides to remove .acds and only allow .abap as the file extension of abap language
1 parent 196de6f commit 2b6aa85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/codewhisperer/util/runtimeLanguageContext.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ export class RuntimeLanguageContext {
153153
psm1: 'powershell',
154154
r: 'r',
155155
abap: 'abap',
156-
acds: 'abap',
157156
})
158157
this.languageSingleLineCommentPrefixMap = createConstantMap<CodewhispererLanguage, string>({
159158
c: '// ',

0 commit comments

Comments
 (0)