It is not clear to me why ghcr.io/devcontainers/features/node also installs the dbaeumer.vscode-eslint extensions.
As a user, who only wants node, this seems incorrect. It installs more than the feature actually says.
As per https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_85.md#opt-out-of-extensions I can opt-out, by adding "-dbaeumer.vscode-eslint".
Also https://github.com/devcontainers/features/blob/main/src/node/README.md gives no hint.
Related #386
It is not clear to me why
ghcr.io/devcontainers/features/nodealso installs thedbaeumer.vscode-eslintextensions.As a user, who only wants node, this seems incorrect. It installs more than the feature actually says.
As per https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_85.md#opt-out-of-extensions I can opt-out, by adding
"-dbaeumer.vscode-eslint".Also https://github.com/devcontainers/features/blob/main/src/node/README.md gives no hint.
Related #386