Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</extensionPoints>

<extensions defaultExtensionNs="com.intellij">
<applicationInitializedListener implementation="software.aws.toolkits.jetbrains.PluginVersionChecker"/>
<httpRequestHandler implementation="software.aws.toolkits.jetbrains.core.credentials.sso.pkce.ToolkitOAuthCallbackHandler"/>
<httpRequestHandler implementation="software.aws.toolkits.jetbrains.core.credentials.sso.pkce.ToolkitOAuthCallbackResultService"/>

Expand Down Expand Up @@ -81,9 +80,6 @@
<registryKey key="aws.toolkit.notification.endpoint" description="Endpoint for AWS Toolkit notifications"
defaultValue="https://idetoolkits-hostedfiles.amazonaws.com/Notifications/Jetbrains/combined/2.x.json" restartRequired="true"/>


<notificationGroup id="aws.plugin.version.mismatch" displayType="STICKY_BALLOON" key="aws.settings.title"/>

<webHelpProvider implementation="software.aws.toolkits.jetbrains.core.help.HelpIdTranslator"/>
</extensions>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1641,9 +1641,6 @@ notification.changelog=Changelog
notification.expand=Expand
notification.learn_more=Learn more
notification.update=Update
plugin.incompatible.fix=Disable incompatible plugins and restart IDE
plugin.incompatible.message=The plugin versions for Amazon Q, AWS Toolkit, and AWS Toolkit Core must match or conflicts may occur.
plugin.incompatible.title=AWS Plugin Incompatibility
q.connection.disconnected=You don't have access to Amazon Q. Please authenticate to get started.
q.connection.expired=Your Amazon Q session has timed out. Re-authenticate to continue.
q.connection.invalid=You don't have access to Amazon Q. Please authenticate to get started.
Expand Down
Loading