Visual Studio Code vs Sublime Text script execution and re-execution with opened external windows (UI or VTK renderer)

后端 未结 1 883
执笔经年
执笔经年 2021-01-27 12:30

I\'m having issues re-running a python script using the \"Run Python File in Terminal\". I come from a Sublime Text 3 background. In sublime, I usually run some code that render

相关标签:
1条回答
  • 2021-01-27 13:00

    It sounds like Sublime Text creates a new terminal on every execution while VS Code reuses the same terminal to save the cost/overhead of the recreation. If you need to compare two terminals simultaneously you can launch multiple terminals in VS Code and copy-and-paste the execution line from one terminal and paste it into the other.

    0 讨论(0)
提交回复
热议问题