File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
jetbrains-core/resources/META-INF Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. -->
2
+ <!-- SPDX-License-Identifier: Apache-2.0 -->
3
+
4
+ <idea-plugin >
5
+ <extensions defaultExtensionNs =" aws.toolkit.codewhisperer" >
6
+ <programmingLanguage implementation =" software.aws.toolkits.jetbrains.services.codewhisperer.language.languages.CodeWhispererRust" />
7
+ </extensions >
8
+ </idea-plugin >
Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ with what features/services are supported.
93
93
<depends optional =" true" config-file =" ext-scala.xml" >org.intellij.scala</depends >
94
94
<depends optional =" true" config-file =" ext-kotlin.xml" >org.jetbrains.kotlin</depends >
95
95
<depends optional =" true" config-file =" ext-shell.xml" >com.jetbrains.sh</depends >
96
- <depends optional =" true" config-file =" ext-rust.xml" >org.rust.lang</depends >
96
+ <depends optional =" true" config-file =" ext-rust-deprecated.xml" >org.rust.lang</depends >
97
+ <depends optional =" true" config-file =" ext-rust.xml" >com.jetbrains.rust</depends >
98
+
97
99
<xi : include href =" services/caws.xml" xpointer =" xpointer(/idea-plugin/*)" >
98
100
<xi : fallback />
99
101
</xi : include >
You can’t perform that action at this time.
0 commit comments