We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de5ea8 commit 70c2d58Copy full SHA for 70c2d58
1 file changed
src/services/shims.ts
@@ -561,7 +561,7 @@ module ts {
561
return this.forwardJSONCall(
562
"getDefinitionAtPosition('" + fileName + "', " + position + ")",
563
() => {
564
- return this.languageService.getTypeDefinitionAtPosition(fileName, position);
+ return this.languageService.getDefinitionAtPosition(fileName, position);
565
});
566
}
567
0 commit comments