|
|
|
|
|
by coffeeri
1038 days ago
|
|
Depends on what you are trying to solve. If you don't like the fragmentations of dependencies on your system, this won't go away on a second machine. Also, I'd point you to hosted VS Code environments such as GitHubs code spaces or Gitpod. You may use something that encapsulates your dev dependencies. Some use containers like docker, others use Nix (can be run on MacOS ).
As Nix has quite a steep learning curve, there are abstractions such as devenv or devbox, which I haven't used. |
|