skip to Main Content

When I create a .py or .go file, My IDE does not recognize this files, even as I have python extensions and Golang extensions. I have both python and Golang installed on my Ubuntu already.

I have tried updating my VS code, still same problem. I also updated my python3 and Golang to the latest version, yet nothing.

2

Answers


  1. Try running the built-in troubleshooter. It’s meant for scenarios like this one.


    1. Make sure you have the newest version of VS Code

    2. Click ctrl (or command ⌘ on mac) + shift + p

    3. Type in troubleshoot

    visual studio code command window example

    1. Click on Help: Troubleshoot Issue, and follow it’s instructions
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search