Skip to content

Commit 913a6c0

Browse files
committed
feat: Preparation for next 10.0.0 release
1 parent fb384fe commit 913a6c0

25 files changed

+101
-101
lines changed

CHANGELOG.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* Changelog
2-
** Unreleased 9.0.1
2+
** 10.0.0
33
* Fix ~lsp-zig--zls-url~ to use the new zigtools.org url (see: [[https://github.com/emacs-lsp/lsp-mode/issues/4445][#4445]])
44
* Fix ~lsp--npm-dependency-path~ to return correct executable path and improve error message
55
* Add support for [[https://github.com/PlasmaFAIR/fortitude][Fortitude]] (Fortran)

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; -*- mode: eask; lexical-binding: t -*-
22

33
(package "lsp-mode"
4-
"9.0.1"
4+
"10.0.0"
55
"LSP mode")
66

77
(website-url "https://github.com/emacs-lsp/lsp-mode")

clients/lsp-ada.el

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ environment."
6363
:group 'lsp-ada
6464
:link '(url-link :tag "Configuration Example"
6565
"https://github.com/AdaCore/ada_language_server")
66-
:package-version '(lsp-mode . "9.0.1")
66+
:package-version '(lsp-mode . "10.0.0")
6767
:lsp-path "ada.projectFile")
6868
;;;###autoload(put 'lsp-ada-project-file 'safe-local-variable 'stringp)
6969

@@ -83,7 +83,7 @@ environment."
8383
(const "always")
8484
(const :tag "Not Specified" nil))
8585
:group 'lsp-ada
86-
:package-version '(lsp-mode . "9.0.1")
86+
:package-version '(lsp-mode . "10.0.0")
8787
:lsp-path "ada.displayMethodAncestryOnNavigation")
8888

8989
(lsp-defcustom lsp-ada-documentation-style nil
@@ -92,7 +92,7 @@ environment."
9292
(const "leading")
9393
(const :tag "Not Specified" nil))
9494
:group 'lsp-ada
95-
:package-version '(lsp-mode . "9.0.1")
95+
:package-version '(lsp-mode . "10.0.0")
9696
:lsp-path "ada.documentationStyle")
9797

9898
(lsp-defcustom lsp-ada-enable-diagnostics nil
@@ -101,7 +101,7 @@ environment."
101101
(const :tag "Disabled" :json-false)
102102
(const :tag "Not Specified" nil))
103103
:group 'lsp-ada
104-
:package-version '(lsp-mode . "9.0.1")
104+
:package-version '(lsp-mode . "10.0.0")
105105
:lsp-path "ada.enableDiagnostics")
106106

107107
(lsp-defcustom lsp-ada-enable-indexing nil
@@ -110,7 +110,7 @@ environment."
110110
(const :tag "Disabled" :json-false)
111111
(const :tag "Not Specified" nil))
112112
:group 'lsp-ada
113-
:package-version '(lsp-mode . "9.0.1")
113+
:package-version '(lsp-mode . "10.0.0")
114114
:lsp-path "ada.enableIndexing")
115115

116116
(lsp-defcustom lsp-ada-fold-comments nil
@@ -119,7 +119,7 @@ environment."
119119
(const :tag "Disabled" :json-false)
120120
(const :tag "Not Specified" nil))
121121
:group 'lsp-ada
122-
:package-version '(lsp-mode . "9.0.1")
122+
:package-version '(lsp-mode . "10.0.0")
123123
:lsp-path "ada.foldComments")
124124

125125
(lsp-defcustom lsp-ada-follow-symlinks nil
@@ -128,7 +128,7 @@ environment."
128128
(const :tag "Disabled" :json-false)
129129
(const :tag "Not Specified" nil))
130130
:group 'lsp-ada
131-
:package-version '(lsp-mode . "9.0.1")
131+
:package-version '(lsp-mode . "10.0.0")
132132
:lsp-path "ada.followSymlinks")
133133

134134
(lsp-defcustom lsp-ada-insert-with-clauses nil
@@ -137,7 +137,7 @@ environment."
137137
(const :tag "Disabled" :json-false)
138138
(const :tag "Not Specified" nil))
139139
:group 'lsp-ada
140-
:package-version '(lsp-mode . "9.0.1")
140+
:package-version '(lsp-mode . "10.0.0")
141141
:lsp-path "ada.insertWithClauses")
142142

143143
(lsp-defcustom lsp-ada-log-threshold nil
@@ -148,15 +148,15 @@ environment."
148148
:link `(url-link :tag "Traces Documentation"
149149
,(concat "https://github.com/AdaCore/ada_language_server"
150150
"/blob/master/doc/traces.md"))
151-
:package-version '(lsp-mode . "9.0.1")
151+
:package-version '(lsp-mode . "10.0.0")
152152
:lsp-path "ada.logThreshold")
153153

154154
(lsp-defcustom lsp-ada-named-notation-threshold nil
155155
"Number of parameters when named notation is used in completion snippets."
156156
:type '(choice (integer :tag "Threshold")
157157
(const :tag "Not Specified" nil))
158158
:group 'lsp-ada
159-
:package-version '(lsp-mode . "9.0.1")
159+
:package-version '(lsp-mode . "10.0.0")
160160
:lsp-path "ada.namedNotationThreshold")
161161

162162
(lsp-defcustom lsp-ada-on-type-formatting-indent-only nil
@@ -165,7 +165,7 @@ environment."
165165
(const :tag "Disabled" :json-false)
166166
(const :tag "Not Specified" nil))
167167
:group 'lsp-ada
168-
:package-version '(lsp-mode . "9.0.1")
168+
:package-version '(lsp-mode . "10.0.0")
169169
:lsp-path "ada.onTypeFormatting.indentOnly")
170170

171171
(lsp-defcustom lsp-ada-project-diagnostics nil
@@ -178,15 +178,15 @@ modifying this setting."
178178
(const :tag "Disabled" :json-false)
179179
(const :tag "Not Specified" nil))
180180
:group 'lsp-ada
181-
:package-version '(lsp-mode . "9.0.1")
181+
:package-version '(lsp-mode . "10.0.0")
182182
:lsp-path "ada.projectDiagnostics")
183183

184184
(lsp-defcustom lsp-ada-relocate-build-tree nil
185185
"Path to use for out-of-tree builds."
186186
:type '(choice (string :tag "Path")
187187
(const :tag "Not Specified" nil))
188188
:group 'lsp-ada
189-
:package-version '(lsp-mode . "9.0.1")
189+
:package-version '(lsp-mode . "10.0.0")
190190
:lsp-path "ada.relocateBuildTree")
191191

192192
(lsp-defcustom lsp-ada-root-dir nil
@@ -196,7 +196,7 @@ This setting must be used in conjunction with `lsp-ada-relocate-build-tree'."
196196
:type '(choice (string :tag "Root Dir")
197197
(const :tag "Not Specified" nil))
198198
:group 'lsp-ada
199-
:package-version '(lsp-mode . "9.0.1")
199+
:package-version '(lsp-mode . "10.0.0")
200200
:lsp-path "ada.rootDir")
201201

202202
(lsp-defcustom lsp-ada-rename-in-comments nil
@@ -205,7 +205,7 @@ This setting must be used in conjunction with `lsp-ada-relocate-build-tree'."
205205
(const :tag "Disabled" :json-false)
206206
(const :tag "Not Specified" nil))
207207
:group 'lsp-ada
208-
:package-version '(lsp-mode . "9.0.1")
208+
:package-version '(lsp-mode . "10.0.0")
209209
:lsp-path "ada.renameInComments")
210210

211211
(lsp-defcustom lsp-ada-scenario-variables nil
@@ -214,7 +214,7 @@ This setting must be used in conjunction with `lsp-ada-relocate-build-tree'."
214214
:key-type (symbol :tag "Variable Name")
215215
:value-type (string :tag "Value"))
216216
:group 'lsp-ada
217-
:package-version '(lsp-mode . "9.0.1")
217+
:package-version '(lsp-mode . "10.0.0")
218218
:lsp-path "ada.scenarioVariables")
219219

220220
(lsp-defcustom lsp-ada-use-completion-snippets nil
@@ -223,7 +223,7 @@ This setting must be used in conjunction with `lsp-ada-relocate-build-tree'."
223223
(const :tag "Disabled" :json-false)
224224
(const :tag "Not Specified" nil))
225225
:group 'lsp-ada
226-
:package-version '(lsp-mode . "9.0.1")
226+
:package-version '(lsp-mode . "10.0.0")
227227
:lsp-path "ada.useCompletionSnippets")
228228

229229
(lsp-defcustom lsp-ada-use-gnatformat nil
@@ -234,7 +234,7 @@ This option controls the formatting provider."
234234
(const :tag "GNATpp" :json-false)
235235
(const :tag "Not Specified" nil))
236236
:group 'lsp-ada
237-
:package-version '(lsp-mode . "9.0.1")
237+
:package-version '(lsp-mode . "10.0.0")
238238
:lsp-path "ada.useGnatformat")
239239

240240
(defcustom lsp-ada-als-executable "ada_language_server"
@@ -258,7 +258,7 @@ must return a list of Ada library folders, or nil if none."
258258
:type '(choice function
259259
(repeat :tag "Library Folders"
260260
(directory :tag "Library Folder")))
261-
:package-version '(lsp-mode . "9.0.1"))
261+
:package-version '(lsp-mode . "10.0.0"))
262262

263263
(defcustom lsp-ada-semantic-token-face-overrides
264264
'(("namespace" . default)

clients/lsp-bash.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"List of allowed `sh-shell` values that LSP will be enabled for."
3838
:type '(list symbol)
3939
:group 'lsp-bash
40-
:package-version '(lsp-mode . "9.0.1"))
40+
:package-version '(lsp-mode . "10.0.0"))
4141

4242
(defcustom lsp-bash-explainshell-endpoint nil
4343
"The endpoint to use explainshell.com to answer `onHover' queries.

clients/lsp-crates.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"LSP support for Crates."
3131
:group 'lsp-mode
3232
:link '(url-link "https://github.com/MathiasPius/crates-lsp")
33-
:package-version `(lsp-mode . "9.0.1"))
33+
:package-version `(lsp-mode . "10.0.0"))
3434

3535
(defcustom lsp-crates-executable "crates-lsp"
3636
"The crates-lsp executable to use.

clients/lsp-dockerfile.el

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
(const "warning")
4949
(const "error"))
5050
:group 'lsp-dockerfile
51-
:package-version '(lsp-mode . "9.0.1")
51+
:package-version '(lsp-mode . "10.0.0")
5252
:lsp-path "docker.languageserver.diagnostics.deprecatedMaintainer")
5353

5454
(lsp-defcustom lsp-dockerfile-directive-casing "warning"
@@ -58,7 +58,7 @@ Parser directives include escape and syntax."
5858
(const "warning")
5959
(const "error"))
6060
:group 'lsp-dockerfile
61-
:package-version '(lsp-mode . "9.0.1")
61+
:package-version '(lsp-mode . "10.0.0")
6262
:lsp-path "docker.languageserver.diagnostics.directiveCasing")
6363

6464
(lsp-defcustom lsp-dockerfile-empty-continuation-line "ignore"
@@ -67,7 +67,7 @@ Parser directives include escape and syntax."
6767
(const "warning")
6868
(const "error"))
6969
:group 'lsp-dockerfile
70-
:package-version '(lsp-mode . "9.0.1")
70+
:package-version '(lsp-mode . "10.0.0")
7171
:lsp-path "docker.languageserver.diagnostics.emptyContinuationLine")
7272

7373
(lsp-defcustom lsp-dockerfile-instruction-casing "warning"
@@ -77,7 +77,7 @@ Instructions include FROM, RUN, COPY, etc."
7777
(const "warning")
7878
(const "error"))
7979
:group 'lsp-dockerfile
80-
:package-version '(lsp-mode . "9.0.1")
80+
:package-version '(lsp-mode . "10.0.0")
8181
:lsp-path "docker.languageserver.diagnostics.instructionCasing")
8282

8383
(lsp-defcustom lsp-dockerfile-instruction-cmd-multiple "warning"
@@ -87,7 +87,7 @@ Only the last CMD instruction takes effect in a Dockerfile."
8787
(const "warning")
8888
(const "error"))
8989
:group 'lsp-dockerfile
90-
:package-version '(lsp-mode . "9.0.1")
90+
:package-version '(lsp-mode . "10.0.0")
9191
:lsp-path "docker.languageserver.diagnostics.instructionCmdMultiple")
9292

9393
(lsp-defcustom lsp-dockerfile-instruction-entrypoint-multiple "warning"
@@ -97,7 +97,7 @@ Only the last ENTRYPOINT instruction takes effect in a Dockerfile."
9797
(const "warning")
9898
(const "error"))
9999
:group 'lsp-dockerfile
100-
:package-version '(lsp-mode . "9.0.1")
100+
:package-version '(lsp-mode . "10.0.0")
101101
:lsp-path "docker.languageserver.diagnostics.instructionEntrypointMultiple")
102102

103103
(lsp-defcustom lsp-dockerfile-instruction-healthcheck-multiple "warning"
@@ -107,7 +107,7 @@ Only the last HEALTHCHECK instruction takes effect in a Dockerfile."
107107
(const "warning")
108108
(const "error"))
109109
:group 'lsp-dockerfile
110-
:package-version '(lsp-mode . "9.0.1")
110+
:package-version '(lsp-mode . "10.0.0")
111111
:lsp-path "docker.languageserver.diagnostics.instructionHealthcheckMultiple")
112112

113113
(lsp-defcustom lsp-dockerfile-instruction-json-single-quotes "warning"
@@ -117,15 +117,15 @@ JSON arrays in Dockerfile instructions should use double quotes."
117117
(const "warning")
118118
(const "error"))
119119
:group 'lsp-dockerfile
120-
:package-version '(lsp-mode . "9.0.1")
120+
:package-version '(lsp-mode . "10.0.0")
121121
:lsp-path "docker.languageserver.diagnostics.instructionJSONInSingleQuotes")
122122

123123
;; Formatter settings
124124
(lsp-defcustom lsp-dockerfile-format-ignore-multiline-instructions nil
125125
"Whether to ignore multiline instructions during formatting."
126126
:type 'boolean
127127
:group 'lsp-dockerfile
128-
:package-version '(lsp-mode . "9.0.1")
128+
:package-version '(lsp-mode . "10.0.0")
129129
:lsp-path "docker.languageserver.formatter.ignoreMultilineInstructions")
130130

131131
(lsp-register-custom-settings

clients/lsp-eslint.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ stored."
250250
"If non nil, `eslint' will be started in multi-root mode."
251251
:type 'boolean
252252
:safe #'booleanp
253-
:package-version '(lsp-mode . "9.0.1"))
253+
:package-version '(lsp-mode . "10.0.0"))
254254

255255
(defun lsp--find-eslint ()
256256
(or

clients/lsp-fish.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"Settings for the fish-shell Language Server."
3131
:group 'lsp-mode
3232
:link '(url-link "https://fish-lsp.dev/")
33-
:package-version '(lsp-mode . "9.0.1"))
33+
:package-version '(lsp-mode . "10.0.0"))
3434

3535
(defcustom lsp-fish-executable '("fish-lsp" "start")
3636
"Command to run the fish-shell language server."

clients/lsp-futhark.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"LSP support for Futhark, using futhark lsp"
3030
:group 'lsp-mode
3131
:link '(url-link "https://github.com/diku-dk/futhark/tree/master/src/Futhark/LSP")
32-
:package-version `(lsp-mode . "9.0.1"))
32+
:package-version `(lsp-mode . "10.0.0"))
3333

3434
(lsp-register-client
3535
(make-lsp-client :new-connection (lsp-stdio-connection '("futhark" "lsp"))

clients/lsp-javascript.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ workspace."
521521
"Prefer to put the `type` keyword before auto-generated imports,
522522
when they are used only in a type checking context."
523523
:type 'boolean
524-
:package-version '(lsp-mode . "9.0.1"))
524+
:package-version '(lsp-mode . "10.0.0"))
525525

526526
(defcustom lsp-javascript-preferences-quote-style "auto" nil
527527
:type '(choice
@@ -561,7 +561,7 @@ Requires using TypeScript 4.5+ in the workspace."
561561
(const "minimal")
562562
(const "index")
563563
(const "js"))
564-
:package-version '(lsp-mode . "9.0.1"))
564+
:package-version '(lsp-mode . "10.0.0"))
565565

566566
(defcustom lsp-typescript-preferences-import-module-specifier-ending "auto"
567567
"Preferred path ending for auto imports.
@@ -571,7 +571,7 @@ Requires using TypeScript 4.5+ in the workspace."
571571
(const "minimal")
572572
(const "index")
573573
(const "js"))
574-
:package-version '(lsp-mode . "9.0.1"))
574+
:package-version '(lsp-mode . "10.0.0"))
575575

576576
(defcustom lsp-javascript-preferences-rename-shorthand-properties t
577577
"Enable/disable introducing aliases for object shorthand

0 commit comments

Comments
 (0)