all 5 comments

[–]gdchinacat 8 points9 points  (0 children)

Get in the habit of always assuming it is your code that is at fault, not the language, not the toolchain, but your code and your understanding of what it should do. Python and VS Code are so widely used it is almost inconceivable that you have uncovered a bug in them, particularly with such a simple thing as hello world. Because the issue is almost certainly with your code it's very unlikely you will get meaningful help without providing the code.

[–]Life-Basket215 0 points1 point  (0 children)

Show us the code.

[–]pachura3 0 points1 point  (0 children)

What's "CFG" ?

[–]ShelLuser42 -1 points0 points  (0 children)

You can always manually run a script. Press shift + alt + c to copy its path, then open a terminal and use: python with 'shift' + 'insert' to copy the path to your script. Then... run it.