Skip to content

Commit e6c6571

Browse files
authored
refactor(lsp-bridge.el): remove the unnecessary os processing
1 parent 0cc296a commit e6c6571

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lsp-bridge.el

-3
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,6 @@ Then LSP-Bridge will start by gdb, please send new issue with `*lsp-bridge*' buf
452452
)
453453
"The multi lang server rule for file extension."
454454
:type 'cons)
455-
(if (string-match "windows" (symbol-name system-type))
456-
(setf (cdr (assoc '("vue") lsp-bridge-multi-lang-server-extension-list)) "volar_emmet_windows")
457-
)
458455

459456
(defcustom lsp-bridge-single-lang-server-extension-list
460457
'(

0 commit comments

Comments
 (0)