OldGrumpyViking

Results 4 comments of OldGrumpyViking

> I do have one more question. Not sure if this is a right place. When I have the VSCode workspace, I need to select the python interpreter for each...

I am not sure if by monorepo you mean namespace packages, but if you do. I have an example project with a namespace package here: https://github.com/OldGrumpyViking/proto-frame And another package that...

You can create static (and dynamic) shields on [Shields.io](https://shields.io/). Here is an (idea)/example using the color from the Hatch docs website. `https://img.shields.io/badge/manager-Hatch-%23526cfe` ![BadgeExample](https://img.shields.io/badge/manager-Hatch-%23526cfe) `https://img.shields.io/badge/builder-Hatchling-%23526cfe` ![BadgeExample](https://img.shields.io/badge/builder-Hatchling-%23526cfe)

Using `hatch config set dirs.env.virtual .direnv` seems to work with VSCode as a temp solution. I also tried using env `path` specifier with `.envs/{env_name}` but the __env_name__ was not resolved...