GA1
GA1

Reputation: 1627

WebStorm will open at most 2 instances

I am able to launch WebStorm from the command line with webstorm . I am able to have two different projects: A and B (in this order) running in two separate instances of WebStorm. Nevertheless, when I open a third one C , A instance disappears. When then I close C, A reappears.

Is it a feature or a bug?

How can I have all A, B, C projects open at the same time?

Upvotes: 0

Views: 143

Answers (1)

Mike Slinn
Mike Slinn

Reputation: 8417

I am able to open more than 2 projects at the same time. However, I have 32 GB RAM. Depending on how you configured WebStorm, each instance consumes considerable memory. If you only have, say, 8GB RAM you won't be able to open very many projects at once.

Upvotes: 1

Related Questions