You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'New Project from existing Node.js code' wizard always suggests 'NodejsApp1' as new project name even though there is already project with that name on disk. #496
If NodejsApp1 exists on disk, I expect the new name suggestion should be NodejsApp2.

Here is what happens when we keep using NodejsApp1:

Looking at other Node.js project types, new project names are generated correctly.
