You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/lsp-javascript.el
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,12 @@ See https://github.com/typescript-language-server/typescript-language-server#ini
148
148
:group'lsp-typescript
149
149
:type'plist)
150
150
151
+
(defcustomlsp-clients-typescript-tsservernil
152
+
"Options related to the tsserver process. See below for more info.
153
+
See https://github.com/typescript-language-server/typescript-language-server#initializationoptions for the list of tsserver available in the latest version of TypeScript."
154
+
:group'lsp-typescript
155
+
:type'plist)
156
+
151
157
(defcustomlsp-typescript-tsdknil
152
158
"Specifies the folder path containing tsserver and lib*.d.ts files to use."
153
159
:type '(repeat string)
@@ -926,7 +932,9 @@ name (e.g. `data' variable passed as `data' parameter)."
0 commit comments