File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/toolkit/jetbrains-core/resources/META-INF Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<extensions defaultExtensionNs =" com.intellij" >
6
6
<codeInsight .lineMarkerProvider language =" JAVA" implementationClass =" software.aws.toolkits.jetbrains.services.lambda.upload.LambdaLineMarker" />
7
7
<runConfigurationExtension implementation =" software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension" />
8
- <dependencySupport displayName =" AWS SDK for Java" coordinate =" com.amazonaws:aws-java-sdk-core" kind =" java" />
9
- <dependencySupport displayName =" AWS SDK for Java v2" coordinate =" software.amazon.awssdk:sdk-core" kind =" java" />
10
8
</extensions >
11
9
12
10
<extensions defaultExtensionNs =" aws.toolkit" >
Original file line number Diff line number Diff line change 176
176
</extensionPoints >
177
177
178
178
<extensions defaultExtensionNs =" com.intellij" >
179
+ <dependencySupport kind =" executable" coordinate =" aws" />
180
+
179
181
<applicationService serviceImplementation =" software.aws.toolkits.jetbrains.settings.EcsExecCommandSettings" />
180
182
<applicationService serviceImplementation =" software.aws.toolkits.jetbrains.settings.SamDisplayDevModeWarningSettings" />
181
183
You can’t perform that action at this time.
0 commit comments