Skip to content

Commit

Permalink
Add new plugins for checking
Browse files Browse the repository at this point in the history
From here: #1047
  • Loading branch information
AlexPl292 committed Nov 25, 2024
1 parent 0358048 commit 4661904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .teamcity/_Self/buildTypes/Compatibility.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ object Compatibility : IdeaVimBuildType({
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.github.dankinsoid.multicursor' [latest-IU] -team-city
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.joshestein.ideavim-quickscope' [latest-IU] -team-city
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.julienphalip.ideavim.peekaboo' [latest-IU] -team-city
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.julienphalip.ideavim.switch' [latest-IU] -team-city
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.julienphalip.ideavim.functiontextobj' [latest-IU] -team-city
""".trimIndent()
}
}
Expand Down
2 changes: 2 additions & 0 deletions scripts/src/main/kotlin/scripts/checkNewPluginDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ val knownPlugins = setOf(

// "cc.implicated.intellij.plugins.bunny", // I don't want to include this plugin in the list of IdeaVim plugins as I don't understand what this is for
"com.julienphalip.ideavim.peekaboo", // https://plugins.jetbrains.com/plugin/25776-vim-peekaboo
"com.julienphalip.ideavim.switch", // https://plugins.jetbrains.com/plugin/25899-vim-switch
"com.julienphalip.ideavim.functiontextobj", // https://plugins.jetbrains.com/plugin/25897-vim-functiontextobj
)

suspend fun main() {
Expand Down

0 comments on commit 4661904

Please sign in to comment.