I am playing with a few programming languages within Visual Studio Code. My initial language is Python, and then I added Go in there within their own respective folders. When I run the Go file, it tries to interpret with Python, which obviously would fail.
- Could I have different languages within the same project and separate them by different interpreter?
- How do I point one folder to run with Python, the other to run with Go?
Thanks.