@@ -157,48 +157,48 @@ See https://github.com/typescript-language-server/typescript-language-server#ini
157
157
(defcustom lsp-typescript-tsdk nil
158
158
" Specifies the folder path containing tsserver and lib*.d.ts files to use."
159
159
:type '(repeat string)
160
- :group 'lsp-vetur
160
+ :group 'lsp-typescript
161
161
:package-version '(lsp-mode . " 6.1" ))
162
162
163
163
(defcustom lsp-typescript-disable-automatic-type-acquisition nil
164
164
" Disables automatic type acquisition.
165
165
Automatic type acquisition fetches `@types` packages from npm to improve
166
166
IntelliSense for external libraries."
167
167
:type 'boolean
168
- :group 'lsp-vetur
168
+ :group 'lsp-typescript
169
169
:package-version '(lsp-mode . " 6.1" ))
170
170
171
171
(defcustom lsp-typescript-npm nil
172
172
" Specifies the path to the NPM exec used for Automatic Type Acquisition.
173
173
Requires using TypeScript 2.3.4 or newer in the
174
174
workspace."
175
175
:type '(repeat string)
176
- :group 'lsp-vetur
176
+ :group 'lsp-typescript
177
177
:package-version '(lsp-mode . " 6.1" ))
178
178
179
179
(defcustom lsp-typescript-check-npm-is-installed t
180
180
" Check if NPM is installed for Automatic Type Acquisition."
181
181
:type 'boolean
182
- :group 'lsp-vetur
182
+ :group 'lsp-typescript
183
183
:package-version '(lsp-mode . " 6.1" ))
184
184
185
185
(defcustom lsp-javascript-references-code-lens-enabled nil
186
186
" Enable/disable references CodeLens in JavaScript files."
187
187
:type 'boolean
188
- :group 'lsp-vetur
188
+ :group 'lsp-typescript
189
189
:package-version '(lsp-mode . " 6.1" ))
190
190
191
191
(defcustom lsp-typescript-references-code-lens-enabled nil
192
192
" Enable/disable references CodeLens in TypeScript files."
193
193
:type 'boolean
194
- :group 'lsp-vetur
194
+ :group 'lsp-typescript
195
195
:package-version '(lsp-mode . " 6.1" ))
196
196
197
197
(defcustom lsp-typescript-implementations-code-lens-enabled nil
198
198
" Enable/disable implementations CodeLens.
199
199
This CodeLens shows the implementers of an interface."
200
200
:type 'boolean
201
- :group 'lsp-vetur
201
+ :group 'lsp-typescript
202
202
:package-version '(lsp-mode . " 6.1" ))
203
203
204
204
(defcustom lsp-typescript-tsserver-log " off"
@@ -211,7 +211,7 @@ from your project."
211
211
(const " terse" )
212
212
(const " normal" )
213
213
(const " verbose" ))
214
- :group 'lsp-vetur
214
+ :group 'lsp-typescript
215
215
:package-version '(lsp-mode . " 6.1" ))
216
216
217
217
(defcustom lsp-typescript-tsserver-plugin-paths nil
0 commit comments