VSC Python complier not printing the whole list

前端 未结 1 1695
無奈伤痛
無奈伤痛 2021-01-17 02:50

I use Visual Studio Code for any coding and recently I noticed a strange thing. Whenever I try to print a really long list, the list is not printed completely, it is cut off

相关标签:
1条回答
  • 2021-01-17 03:50

    I have tried your code in vscode, you need to increase the Integrated:Scrollback setting for terminal in your vscode settings:

    1. Go to File -> Preferences -> Settings or press Ctrl+Shift+p
    2. Search for 'terminal scrollback'

    1. Change the value to 100000
    2. Reload the vscode window
    0 讨论(0)
提交回复
热议问题