Unverified Commit 0911d651 authored by Ali Rizvi's avatar Ali Rizvi
Browse files

vscode-extensions.dendron.dendron-markdown-preview-enhanced: remove

The extension was removed from the VSCode marketplace and no suitable alternative was published by the author `dendron`.
parent 1af8a3e3
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1316,10 +1316,6 @@ let

      dendron.dendron = callPackage ./dendron.dendron { };

      dendron.dendron-markdown-preview-enhanced =
        callPackage ./dendron.dendron-markdown-preview-enhanced
          { };

      dendron.dendron-paste-image = callPackage ./dendron.dendron-paste-image { };

      dendron.dendron-snippet-maker = callPackage ./dendron.dendron-snippet-maker { };
@@ -5613,6 +5609,7 @@ let
    _2gua = throw "_2gua is deprecated in favor of 2gua"; # Added 2024-05-29
    _4ops = throw "_4ops is deprecated in favor of 4ops"; # Added 2024-05-29
    Arjun.swagger-viewer = throw "Arjun.swagger-viewer is deprecated in favor of arjun.swagger-viewer"; # Added 2024-05-29
    dendron.dendron-markdown-preview-enhanced = throw "dendron.dendron-markdown-preview-enhanced has been removed from the VSCode marketplace."; # Added 2025-08-21
    equinusocio.vsc-material-theme = throw "'equinusocio.vsc-material-theme' has been removed due to security concerns. The extension contained potentially malicious code and was taken down."; # Added 2025-02-28
    equinusocio.vsc-material-theme-icons = throw "'equinusocio.vsc-material-theme-icons' has been removed due to security concerns. The extension contained potentially malicious code and was taken down."; # Added 2025-02-28
    jakebecker.elixir-ls = throw "jakebecker.elixir-ls is deprecated in favor of elixir-lsp.vscode-elixir-ls"; # Added 2024-05-29
+0 −17
Original line number Diff line number Diff line
{ lib, vscode-utils }:

vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "dendron-markdown-preview-enhanced";
    publisher = "dendron";
    version = "0.10.57";
    hash = "sha256-uJmdsC+nKCkAJVH+szNepPcyfHD4ZQ83on195jjqZig=";
  };
  meta = {
    description = "SUPER POWERFUL markdown extension for Visual Studio Code to bring you a wonderful markdown writing experience";
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-preview-enhanced";
    homepage = "https://github.com/dendronhq/markdown-preview-enhanced";
    license = lib.licenses.ncsa;
    maintainers = [ lib.maintainers.ivyfanchiang ];
  };
}