fix(lsp): enable auto imports (#15145)

Fixes: #15111
This commit is contained in:
Kitson Kelly 2022-07-12 09:35:18 +10:00 committed by GitHub
parent 82431062fa
commit 5db16d1229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 506 additions and 56 deletions

View file

@ -718,10 +718,9 @@ delete Object.prototype.__proto__;
request.args.specifier,
request.args.position,
request.args.name,
undefined,
{},
request.args.source,
undefined,
// @ts-expect-error this exists in 4.3 but not part of the d.ts
request.args.preferences,
request.args.data,
),
);