Skip to content

Commit

Permalink
Disable AI Chat Window for New Skate Release (#1023)
Browse files Browse the repository at this point in the history
Just commented out the tool window for now because it's not ready yet.
So we can do a new Skate release that's compatible with K2.
<!--
  ⬆ Put your description above this! ⬆

  Please be descriptive and detailed.
  
Please read our [Contributing
Guidelines](https://github.com/tinyspeck/foundry/blob/main/.github/CONTRIBUTING.md)
and [Code of Conduct](https://slackhq.github.io/code-of-conduct).

Don't worry about deleting this, it's not visible in the PR!
-->
  • Loading branch information
kateliu20 authored Oct 10, 2024
1 parent 48baf23 commit 16a9b9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
implementationClass="foundry.intellij.skate.featureflags.FeatureFlagAnnotator"/>
<projectIndexingActivityHistoryListener implementation="foundry.intellij.skate.idemetrics.IndexingListener"/>
<postStartupActivity implementation="foundry.intellij.skate.PostStartupActivityExtension"/>
<toolWindow factoryClass="foundry.intellij.skate.aibot.ChatBotToolWindow" id="DevXPAI" anchor="right"
canCloseContents="true" secondary="false" icon="AllIcons.Actions.Lightning"/>
<!-- <toolWindow factoryClass="foundry.intellij.skate.aibot.ChatBotToolWindow" id="DevXPAI" anchor="right"-->
<!-- canCloseContents="true" secondary="false" icon="AllIcons.Actions.Lightning"/>-->
</extensions>

<extensions defaultExtensionNs="org.jetbrains.kotlin">
Expand Down

0 comments on commit 16a9b9a

Please sign in to comment.