Skip to content

Commit 6843c20

Browse files
authored
fix: connect chat history to JetBrain project workspace file (#5869)
1 parent c223196 commit 6843c20

File tree

1 file changed

+2
-0
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model

1 file changed

+2
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/ExtendedClientMetadata.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data class DeveloperProfiles(
2525
val developerProfiles: Boolean,
2626
val mcp: Boolean,
2727
val pinnedContextEnabled: Boolean,
28+
val workspaceFilePath: String?,
2829
)
2930

3031
data class WindowSettings(
@@ -65,6 +66,7 @@ fun createExtendedClientMetadata(project: Project): ExtendedClientMetadata {
6566
developerProfiles = true,
6667
mcp = true,
6768
pinnedContextEnabled = true,
69+
workspaceFilePath = project.workspaceFile?.path,
6870
),
6971
window = WindowSettings(
7072
showSaveFileDialog = true

0 commit comments

Comments
 (0)