diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/VSCode.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/VSCode.kt index 84d9906..dc4d784 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/VSCode.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/VSCode.kt @@ -8,7 +8,7 @@ import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.isPackag fun Prov.installVSC(vararg options: String) = task { val clojureExtensions = - arrayListOf("betterthantomorrow.calva", "martinklepsch.clojure-joker-linter", "DavidAnson.vscode-markdownlint") + arrayListOf("betterthantomorrow.calva", "DavidAnson.vscode-markdownlint") val pythonExtensions = arrayListOf("ms-python.python") prerequisitesVSCinstall()