Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #288 from ckipp01/completionResolve
Browse files Browse the repository at this point in the history
Remove isCompletionItemResolve setting.
  • Loading branch information
ckipp01 authored Sep 8, 2020
2 parents 9af3b28 + 0e7b35d commit 30f3574
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ async function launchMetals(
const initializationOptions: MetalsInitializationOptions = {
compilerOptions: {
completionCommand: "editor.action.triggerSuggest",
isCompletionItemResolve: false,
overrideDefFormat: "unicode",
parameterHintsCommand: "editor.action.triggerParameterHints",
},
Expand Down

0 comments on commit 30f3574

Please sign in to comment.