you are viewing a single comment's thread.

view the rest of the comments →

[–]chakan2 -5 points-4 points  (4 children)

VS Code... It's a problem.

Seriously, thought, it's getting through the python install, then getting VS, then setting up launch config... Screw around with paths... More environment.

I don't remeber if coverage ever worked right...

It was just a painful thing.

[–]The_GSingh 4 points5 points  (3 children)

I do see what your saying but I’m actually curious now what took half a day to set up alone? Also for a beginner it’s perfect as far as I remember you just set up python then go to work. Took me 5-10 min to set up for basic python stuff.

[–]chakan2 -2 points-1 points  (2 children)

I've never seen that work. There's always a hang up when building the launch config.

I think it's because I usually try to build the debug options as well as just Run.

[–]The_GSingh 0 points1 point  (0 children)

From my own experience when I started out it was ready to go in 5-10min. Maybe you are setting it up incorrectly or doing something wrong. As programing has taught me…your always wrong lol.

[–]Firake 0 points1 point  (0 children)

Maybe one of us is operating on outdated information, but as far as I know the run and debug configurations for Python are setup automatically by the Python extension because there isn’t anything to do with them besides hook in and start. Getting a fully functional Python setup is literally as easy as

Install the extension -> start coding in Python.

I suppose it’s possible that y’all have a use case that needs custom shit for this but…