We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060f2a8 commit 7b0d664Copy full SHA for 7b0d664
1 file changed
src/services/services.ts
@@ -4061,7 +4061,6 @@ namespace ts {
4061
return undefined;
4062
}
4063
4064
- isNameOfExternalModuleImportOrDeclaration
4065
const argumentInfo = SignatureHelp.getContainingArgumentInfo(node, position, sourceFile);
4066
if (argumentInfo) {
4067
return getStringLiteralCompletionEntriesFromCallExpression(argumentInfo);
0 commit comments