Skip to content

Commit

Permalink
Set disableLineTextInReferences=true in TS user preferences (#171376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jan 17, 2023
1 parent b5249e5 commit 4390734
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -193,6 +193,7 @@ export default class FileConfigurationManager extends Disposable {
useLabelDetailsInCompletionEntries: true,
allowIncompleteCompletions: true,
displayPartsForJSDoc: true,
disableLineTextInReferences: true,
...getInlayHintsPreferences(config),
};

Expand Down

0 comments on commit 4390734

Please sign in to comment.