ddev-intellij-plugin icon indicating copy to clipboard operation
ddev-intellij-plugin copied to clipboard

fix: node.js auto-configuration not supporting multiple projects

Open AkibaAT opened this issue 9 months ago • 2 comments

The Problem/Issue/Bug:

Currently, the Node.js auto-configuration does nothing if it finds at least one configured interpreter. Additionally, it doesn't ensure that the available interpreters include one for the current DDEV project.

How this PR Solves the Problem:

Update the check to iterate over the available configurations, and verify that they include the expected docker-compose config for the current project.

Manual Testing Instructions:

  • Make sure that no docker-compose remote interpreter is currently configured for node.js
  • Open a DDEV project
  • Verify that the config got added
  • Open a second DDEV project
  • Verify that an additional configuration got added

Related Issue Link(s):

AkibaAT avatar Apr 30 '25 23:04 AkibaAT

Thanks for working on this!

rfay avatar May 01 '25 02:05 rfay