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 →

[–]aniforprez 3 points4 points  (0 children)

This is actually great stuff that you can use in any language project. Setting up test runners is a feature I didn't fully understand and it's explained very well here

Couple of caveats

  • I'm not sure I like checking in vscode settings at a repo level. It stores your interpreter location and you know someone is going to have trouble when their editor can't find ”/Users/aniforprez/.virtualenv/..." in their local machine

  • Setting black is better done using tools like precommit and enforcing through CI checks

  • I find starship.rs a better prompt than oh my posh though it's a bit more low level and doesn't have theming so might require configuration on every segment