toradex / vscode-torizon-templates

VS Code Torizon Integrated Development Environment Templates
MIT License
14 stars 20 forks source link

torizonPackages:Separate buildDeps from devDeps(renamed to devRuntime… #215

Closed andreriesco closed 1 month ago

andreriesco commented 1 month ago

…Deps)

torizonPackages.json: Separate the dependencies used to build/compile the code (the ones on Dockerfile.sdk and on the build part of the Dockerfile), which are now on buildDeps, from the runtime dependencies, which are now on devRuntimeDeps(changed from devDeps) for the Dockerfile.debug and on prodRuntimeDeps (changed from deps) for the runtime part of the Dockerfile.

Fixes: #205

microhobby commented 1 month ago

LGTM