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 114b998 commit d647a4eCopy full SHA for d647a4e
src/staticOptions.ts
@@ -134,7 +134,8 @@ const staticOptions = asLanguageClientOptionsById({
134
synchronize: {
135
configurationSection: 'kotlin'
136
},
137
- mutualizable: false
+ mutualizable: false,
138
+ maxInitializeDuration: 60_000
139
140
lua: {
141
documentSelector: [
@@ -272,7 +273,9 @@ const staticOptions = asLanguageClientOptionsById({
272
273
configurationSection: 'metals'
274
275
mutualizable: false,
- vscodeExtensionIds: ['scalameta']
276
+ vscodeExtensionIds: ['scalameta'],
277
+ maxInitializeDuration: 60_000,
278
+ readinessMessageMatcher: /compiled scala-project in/
279
280
sql: {
281
0 commit comments