We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3972e28 commit c8241b6Copy full SHA for c8241b6
src/index.ts
@@ -1100,7 +1100,10 @@ export function createFromPreloadedConfig(
1100
const normalizedFileName = normalizeSlashes(fileName);
1101
updateMemoryCache(code, normalizedFileName);
1102
1103
- const info = service.getQuickInfoAtPosition(normalizedFileName, position);
+ const info = service.getQuickInfoAtPosition(
1104
+ normalizedFileName,
1105
+ position
1106
+ );
1107
const name = ts.displayPartsToString(info ? info.displayParts : []);
1108
const comment = ts.displayPartsToString(info ? info.documentation : []);
1109
0 commit comments