You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/ProjectContextController.kt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ class ProjectContextController(private val project: Project, private val cs: Cor
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/ProjectContextProvider.kt
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,8 @@ class ProjectContextProvider(val project: Project, private val encoderServer: En
86
86
)
87
87
88
88
data classUpdateIndexRequestV2(
89
-
valfilePath:String,
90
-
valcontent:String,
89
+
valfilePaths:List<String>,
90
+
valupdateMode:String,
91
91
)
92
92
93
93
data classUsage(
@@ -292,19 +292,19 @@ class ProjectContextProvider(val project: Project, private val encoderServer: En
0 commit comments