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/toolkit/jetbrains-core/src/migration/software/aws/toolkits/jetbrains/services/codewhisperer/explorer/CodeWhispererExplorerActionManager.kt
Copy file name to clipboardExpand all lines: plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/explorer/CodeWhispererExplorerActionManager.kt
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,3 @@ fun isCodeWhispererEnabled(project: Project) = with(CodeWhispererExplorerActionM
* Note: please use this util with extra caution, it will return "false" for a "logout" scenario,
59
-
* the reasoning is we need handling specifically for a "Expired" condition thus excluding logout from here
60
-
* If callers rather need a predicate "isInvalidConnection", please use the combination of the two (!isCodeWhispererEnabled() || isCodeWhispererExpired())
Copy file name to clipboardExpand all lines: plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererExplorerActionManagerTest.kt
0 commit comments