Skip to content

Commit

Permalink
Pausing file scans for plaintext as the issue needs backend fix. (#4571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishrp-aws committed Jun 13, 2024
1 parent 7684e00 commit 29c3301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CodeWhispererPlainText private constructor() : CodeWhispererProgrammingLan

override fun isCodeScanSupported(): Boolean = true

override fun isAutoFileScanSupported(): Boolean = true
override fun isAutoFileScanSupported(): Boolean = false

companion object {
const val ID = "plaintext"
Expand Down

0 comments on commit 29c3301

Please sign in to comment.