Closed jschirrmacher closed 2 years ago
With https://github.com/lacuna-tech/mds-core/pull/962, instead of dotenv the dotenv-flow library is used in mds-core. However, the VSCode launch configuration still tries to use dotenv - and fails.
dotenv
dotenv-flow
@jschirrmacher I think this issue can be closed as it's merged already (#1010)
With https://github.com/lacuna-tech/mds-core/pull/962, instead of
dotenv
thedotenv-flow
library is used in mds-core. However, the VSCode launch configuration still tries to usedotenv
- and fails.