Searched refs:disableLineTextInReferences (Results 1 – 6 of 6) sorted by relevance
60 …sion.getProjectService().setHostConfiguration({ preferences: { disableLineTextInReferences: true }…
3522 readonly disableLineTextInReferences?: boolean; property
3525 …tSpan, isWriteAccess, isDefinition }: ReferencedSymbolEntry, { disableLineTextInReferences }: prot…3528 const lineText = disableLineTextInReferences ? undefined : getLineText(scriptInfo, span);
2764 readonly disableLineTextInReferences?: boolean; property
10269 readonly disableLineTextInReferences?: boolean;