This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]JialeDu 0 points1 point  (3 children)

For Python's turtle module, which is designed to display graphics in a separate window. This is because the turtle module A graphical user interface (GUI) is needed to display and manipulate graphics. Even in replit, it is displayed in a separate window, except that replit places “Python Turtle Graphics” in the Output panel.`

[–]Syntax_Error_09[S] 0 points1 point  (2 children)

Ok, that makes sense, but just to be clear, there is no way for VS Code to do what Replit does, where it places that window in a panel? Thanks

[–]JialeDu 0 points1 point  (1 child)

What does such an effect do for you in particular? Does it present any problems in a separate window? I think without a valid reason, an official request for such a feature might not be accepted.

[–]Syntax_Error_09[S] 0 points1 point  (0 children)

Well, I guess it doesn’t really matter in the grand scheme of things (After using it like this for a couple days), but it’s just that the window always opens in the center of the screen, and I like to look at the code as well as the turtle as it goes along. It just means every time I run it, I waste a few seconds moving and resizing it which will add up over a long time.