Skip to content

Instantly share code, notes, and snippets.

@PhoneDroid
Created October 25, 2023 02:40
Show Gist options
  • Select an option

  • Save PhoneDroid/940e76105328d27d1ed0ab13f63135f9 to your computer and use it in GitHub Desktop.

Select an option

Save PhoneDroid/940e76105328d27d1ed0ab13f63135f9 to your computer and use it in GitHub Desktop.

Curtesy to https://stackoverflow.com/a/69223288



Manual Fix

  1. Navigate to your VSC folder

    Linux

    • /usr/share/code

  2. Navigate to the tsserver.js file

    /resources/app/extensions/node_modules/typescript/lib/tsserver.js


  3. Search for the following string

    defaultMaximumTruncationLength =
    

  4. Adjust the maximum to your liking


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment