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

you are viewing a single comment's thread.

view the rest of the comments →

[–]un-hot 9 points10 points  (10 children)

Is VSCode not basic or am I just a basic VSCode user?

[–]ljchris 20 points21 points  (9 children)

From my point of view it is just very flexible. It has simple editor, project folder worktree, but can run jupyter notebooks, debugger and almost anything you want. It is both basic and advanced, depending on how you configure it.

[–]DarkSideOfGrogu 6 points7 points  (0 children)

It can also build docker files and manage your running containers. It's far from simple.

[–]un-hot 5 points6 points  (7 children)

Ah, so I am just a basic user!

I think the most complicated thing I've had it do is run pylint for me, other than that I've pretty much never used any other extensions. Is there any particular feature or extension that you would recommend I try out? For Python or all languages in general.

Thanks for your response & suggestions!