79222629

Date: 2024-11-25 10:31:19
Score: 0.5
Natty:
Report link

In Hatch projects I use VSCODE launch configurations property envFile

...
"envFile": "${workspaceRoot}/.env",
...

Then in the .env file add:

PATH="<HATCH ENV PATH>:${PATH}"

Use the command following command to find the path:

hatch env find hatch-test
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steve Jones