Pass featureFlags to onCompletion in language server (#304)
* Pass featureFlags to onCompletion in language server * Use import type for FeatureFlags in on-completion.ts
This commit is contained in:
@@ -154,7 +154,8 @@ export function initConnection(connection: Connection) {
|
||||
getDocument(documents, textDocument),
|
||||
client,
|
||||
repos.find(repo => textDocument.uri.startsWith(repo.workspaceUri)),
|
||||
cache
|
||||
cache,
|
||||
featureFlags
|
||||
)
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user