Skip to content

Commit e1f45b8

Browse files
committed
alphabetize
1 parent 4fd0e6a commit e1f45b8

File tree

1 file changed

+5
-5
lines changed
  • plugins/amazonq/src/main/resources/META-INF

1 file changed

+5
-5
lines changed

plugins/amazonq/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@
4949
<depends>aws.toolkit.core</depends>
5050
<depends>com.intellij.modules.lang</depends>
5151

52+
<depends optional="true" config-file="amazonq-ext-dart.xml">Dart</depends>
5253
<depends optional="true" config-file="amazonq-ext-datagrip.xml">com.intellij.database</depends>
5354
<depends optional="true" config-file="amazonq-ext-go.xml">org.jetbrains.plugins.go</depends>
5455
<depends optional="true" config-file="amazonq-ext-java.xml">com.intellij.java</depends>
5556
<depends optional="true" config-file="amazonq-ext-kotlin.xml">org.jetbrains.kotlin</depends>
57+
<depends optional="true" config-file="amazonq-ext-lua.xml">com.tang</depends>
5658
<depends optional="true" config-file="amazonq-ext-nodejs.xml">JavaScriptDebugger</depends>
5759
<depends optional="true" config-file="amazonq-ext-php.xml">com.jetbrains.php</depends>
60+
<depends optional="true" config-file="amazonq-ext-powershell.xml">com.intellij.plugin.adernov.powershell</depends>
5861
<depends optional="true" config-file="amazonq-ext-python.xml">com.intellij.modules.python</depends>
62+
<depends optional="true" config-file="amazonq-ext-r.xml">R4Intellij</depends>
5963
<depends optional="true" config-file="amazonq-ext-rider.xml">com.intellij.modules.rider</depends>
6064
<depends optional="true" config-file="amazonq-ext-ruby.xml">org.jetbrains.plugins.ruby</depends>
6165
<depends optional="true" config-file="amazonq-ext-rust.xml">com.jetbrains.rust</depends>
6266
<depends optional="true" config-file="amazonq-ext-rust-deprecated.xml">org.rust.lang</depends>
6367
<depends optional="true" config-file="amazonq-ext-scala.xml">org.intellij.scala</depends>
64-
<depends optional="true" config-file="amazonq-ext-shell.xml">com.jetbrains.sh</depends>
65-
<depends optional="true" config-file="amazonq-ext-dart.xml">Dart</depends>
66-
<depends optional="true" config-file="amazonq-ext-lua.xml">com.tang</depends>
67-
<depends optional="true" config-file="amazonq-ext-powershell.xml">com.intellij.plugin.adernov.powershell</depends>
68-
<depends optional="true" config-file="amazonq-ext-r.xml">R4Intellij</depends>
6968
<depends optional="true" config-file="amazonq-ext-swift.xml">com.intellij.swift</depends>
69+
<depends optional="true" config-file="amazonq-ext-shell.xml">com.jetbrains.sh</depends>
7070
<depends optional="true" config-file="amazonq-ext-systemverfilog.xml">studio.edaphic.sv</depends>
7171
<depends optional="true" config-file="amazonq-ext-vue.xml">org.jetbrains.plugins.vue</depends>
7272

0 commit comments

Comments
 (0)