This extension doesn't build with node 14 anymore: """ error @vscode/test-electron@2.3.8: The engine "node" is incompatible with this module. Expected version ">=16". Got "14.21.3" """
`yarn compile` in the devcontainer is unable to run because `eslint-plugin-jsdoc@39.3.0` expects a minimum node version of 14.
* Add a docker container definition * resolving comments Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>