File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 200200 " -jar"
201201 (substitute-in-file-name lsp-magik-ls-path)
202202 " --debug" )))
203- :activation-fn (lsp-activate-on " magik" " sw-product-def" " sw-module-def" )
203+ :activation-fn (lsp-activate-on " magik" " sw-product-def" " sw-module-def" " sw-load-list " )
204204 :initialized-fn (lambda (workspace )
205205 (with-lsp-workspace workspace
206206 (lsp--set-configuration (lsp-configuration-section " magik" ))))
Original file line number Diff line number Diff line change @@ -987,6 +987,7 @@ Changes take effect only when a new session is started."
987987 (magik-ts-mode . "magik")
988988 (magik-product-mode . "sw-product-def")
989989 (magik-module-mode . "sw-module-def")
990+ (magik-loadlist-mode . "sw-load-list")
990991 (idris-mode . "idris")
991992 (idris2-mode . "idris2")
992993 (gleam-mode . "gleam")
You can’t perform that action at this time.
0 commit comments