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
Try running the built-in troubleshooter. It’s meant for scenarios like this one.
Make sure you have the newest version of VS Code
Click ctrl (or command ⌘ on mac) + shift + p
Type in troubleshoot
Help: Troubleshoot Issue
, and follow it’s instructionsReinstall after uninstalling vscode completely.