Skip to content

Commit 5e9fa9d

Browse files
committed
updating code after feedback
1 parent 7f009bd commit 5e9fa9d

File tree

1 file changed

+0
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings

1 file changed

+0
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class CodeWhispererConfigurable(private val project: Project) :
6868
group("LSP") {
6969
row("Select LSP Artifact") {
7070
val fileChooserDescriptor = FileChooserDescriptorFactory.createSingleFileDescriptor()
71-
.withExtensionFilter("js")
7271
fileChooserDescriptor.isForcedToUseIdeaFileChooser = true
7372

7473
textFieldWithBrowseButton(fileChooserDescriptor = fileChooserDescriptor)

0 commit comments

Comments
 (0)