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/settings/CodeWhispererSettings.kt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ class CodeWhispererSettings : PersistentStateComponent<CodeWhispererConfiguratio
52
52
toggleEnabledProjectContextOnce(true)
53
53
state.value[CodeWhispererConfigurationType.IsProjectContextEnabled] = value
54
54
// todo: hack to bypass module dependency issue (codewhisperer -> shared), should pass [CodeWhispererShowSettingsAction] instead when it's resolved
55
-
ActionManager.getInstance().getAction("codewhisperer.settings")?.let { a ->
0 commit comments