Skip to content

Commit 65b9ee6

Browse files
committed
Resolve deprecation warning
1 parent d9f39ee commit 65b9ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ intellijPlatform {
111111
}
112112
}
113113
}
114-
verifyPlugin {
114+
pluginVerification {
115115
ides {
116116
ides(
117117
providers.gradleProperty("verifierIdeVersionOverride")

src/main/java/org/nixos/idea/lsp/ui/CommandSuggestionsPopup.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public Icon getIconFor(Suggestion value) {
179179
}
180180

181181
@Override
182-
public @Nls @Nullable String getValueFor(Suggestion suggestion) {
182+
public @Nls @Nullable String getSecondaryTextFor(Suggestion suggestion) {
183183
return suggestion.secondaryText();
184184
}
185185

0 commit comments

Comments
 (0)