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
[CodeWhisperer] Don't show CodeWhisperer welcome page on every project loading (#3242)
Remove the postStartActivtiy since we don't need to load the
welcome page on every project start, instead put it after user
has entered the code and is verified successfully.
Copy file name to clipboardExpand all lines: jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/startup/CodeWhispererBetaLandingPage.kt
Copy file name to clipboardExpand all lines: jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/startup/CodeWhispererStartupSettingsListener.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ class CodeWhispererStartupSettingsListener(private val project: Project) :
0 commit comments