Mohamed Ansari
Mohamed Ansari

Reputation: 19

reactivating terminal issue in vs code

in my vs code i have a problem called "reactivating terminals" this is occuring for many days, i have restarted and also uninstalled and installed that. i am still having that issue

i tried uninstalling and re installed that but still facing that issue

Upvotes: 1

Views: 115

Answers (1)

Davor
Davor

Reputation: 926

Used part from this post: VSCode Python extension loading forever, saying “Reactivating terminals”

These steps solved my issue:

  1. Open VS Code Settings
  2. Search for: Python Locator
  3. Switch from :native to js.
  4. Restart the vs code
  5. When you start VS Code it will ask you to choose interpreter.
  6. Choose Python version you have already installed: enter image description here

Upvotes: 0

Related Questions