Skip to content

Commit ba50b9d

Browse files
authored
chore: Remove downstream deps list (#4070)
1 parent 48eefee commit ba50b9d

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

lsp-mode.el

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,46 +1994,11 @@ regex in IGNORED-FILES."
19941994

19951995

19961996

1997-
(defvar lsp-downstream-deps
1998-
'(;; external packages
1999-
ccls consult-lsp dap-mode helm-lsp lsp-dart lsp-docker lsp-focus lsp-grammarly
2000-
lsp-haskell lsp-ivy lsp-java lsp-javacomp lsp-jedi lsp-julia lsp-latex lsp-ltex
2001-
lsp-metals lsp-mssql lsp-origami lsp-p4 lsp-pascal lsp-pyre lsp-pyright
2002-
lsp-python-ms lsp-rescript lsp-shader lsp-sonarlint lsp-sourcekit lsp-tailwindcss
2003-
lsp-treemacs lsp-ui swift-helpful
2004-
;; clients
2005-
lsp-actionscript lsp-ada lsp-angular lsp-astro lsp-bash lsp-beancount lsp-clangd
2006-
lsp-clojure lsp-cmake lsp-crystal lsp-csharp lsp-css lsp-d lsp-dhall
2007-
lsp-dockerfile lsp-elixir lsp-elm lsp-erlang lsp-eslint lsp-fortran lsp-fsharp
2008-
lsp-gdscript lsp-go lsp-gleam lsp-glsl lsp-graphql lsp-groovy lsp-hack
2009-
lsp-haxe lsp-html lsp-idris lsp-javascript lsp-json lsp-kotlin lsp-lua
2010-
lsp-markdown lsp-marksman lsp-nginx lsp-nim lsp-nix lsp-ocaml lsp-perl
2011-
lsp-perlnavigator lsp-pls lsp-php lsp-prolog lsp-purescript lsp-pwsh lsp-pyls
2012-
lsp-pylsp lsp-racket lsp-r lsp-rf lsp-rust lsp-solargraph lsp-sorbet lsp-sqls
2013-
lsp-steep lsp-svelte lsp-terraform lsp-tex lsp-toml lsp-ttcn3 lsp-typeprof
2014-
lsp-v lsp-vala lsp-verilog lsp-vetur lsp-volar lsp-vhdl lsp-vimscript lsp-xml
2015-
lsp-yaml lsp-zig)
2016-
"List of downstream deps.")
2017-
20181997
(defmacro lsp-consistency-check (package)
20191998
`(defconst ,(intern (concat (symbol-name package)
20201999
"-plist-value-when-compiled"))
20212000
(eval-when-compile lsp-use-plists)))
20222001

2023-
;; (mapc
2024-
;; (lambda (package)
2025-
;; (with-eval-after-load package
2026-
;; (let ((symbol-name (intern
2027-
;; (concat (symbol-name package)
2028-
;; "-plist-value-when-compiled"))))
2029-
;; (cond
2030-
;; ((not (boundp symbol-name))
2031-
;; (warn "We have detected that you are using version of %s that is not compatible with current version of lsp-mode.el, please update it." (propertize (symbol-name package)
2032-
;; 'face 'bold)))
2033-
;; ((not (eq (symbol-value symbol-name) lsp-use-plists))
2034-
;; (warn "Package %s is inconsistent with lsp-mode.el. This is indication of race during installation. In order to solve that please delete all packages related to lsp-mode, restar Emacs and install them again." (propertize (symbol-name package) 'face 'bold)))))))
2035-
;; lsp-downstream-deps)
2036-
20372002

20382003
;; loading code-workspace files
20392004

0 commit comments

Comments
 (0)