Impossible to use Dockerized Node
Accordingly to https://www.jetbrains.com/help/idea/configuring-remote-node-interpreters.html it's possible to use Docker image of Node as a remote interpreter.
I have a plugin for that installed, I have Docker connected, and in debug configurations I can see "Add remote" option, but in TypeScript configuration I only see "Add local".
Without that, a lot of feature, like TypeScript integration is not working properly, or at all.
Please sign in to leave a comment.
As it's clearly stated in https://www.jetbrains.com/help/idea/configuring-remote-node-interpreters.html, remote interpreters can be added from Node.js Run configuration only:
This is in the Configure Node.js Remote Interpreter Dialog dialog that opens only from Run/Debug Configuration: Node.js.
Node interpreter in IDEA is used for dozens of different things, including auxiliary ones like running internal services. Not all them can be run with remote interpreter, each feature requires separate support. Currently remote interpreter is only supported for running/debugging Node apps via Node.js run configuration - thus it's the only place where you can choose a remote interpreter
If you miss a possibility to use dockerized Node.js interpreter for running TypeScript language service, please vote for https://youtrack.jetbrains.com/issue/WEB-26157