We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771342f commit 2050da3Copy full SHA for 2050da3
clients/lsp-magik.el
@@ -34,7 +34,7 @@
34
:tag "Lsp Magik"
35
:package-version '(lsp-mode . "8.0.1"))
36
37
-(defcustom lsp-magik-version "0.6.0"
+(defcustom lsp-magik-version "0.7.0"
38
"Version of LSP server."
39
:type `string
40
:group `lsp-magik
@@ -121,8 +121,6 @@
121
(lsp-register-custom-settings
122
`(("magik.javaHome" lsp-magik-java-home)
123
("magik.smallworldGis" lsp-magik-smallworld-gis)
124
- ("magik.aliases" lsp-magik-aliases)
125
- ("magik.environment" lsp-magik-environment)
126
("magik.typing.typeDatabasePaths" lsp-magik-typing-type-database-paths)
127
("magik.typing.enableChecks" lsp-magik-typing-enable-checks)
128
("magik.trace.server" lsp-magik-trace-server)
0 commit comments