简体   繁体   中英

I have a visual studio code terminal problem how do i fix it so that i have the integrated one instead of external?

I'm using VS Code on Windows 10 . I had no problems until a few hours ago (at the time of post), whenever I want to run a python program, it opens terminals outside of VS Code like Win32 and Git Bash . How do I change it back to the integrated terminal I usually had?

With your Python file open in VS Code:

  1. Go to Run > Open Configurations, if you get prompted select "Python File"
  2. In the launch.json file, change the value of "console" to "integratedTerminal"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM