Open atombender opened 5 years ago
Yes, I met this bug. I will fix some bug and improve it in the end of this month
Same here with a duplicate workspace (since the other window is independent). Now it made sense why it appears i had coded so little... lol
Is there an ID to each window? This could be used just like computer ID already is
If you run multiple VSCode windows, this extension seems to sometimes want to start multiple servers:
It should detect
EADDRINUSE
as a non-error, since it means the server is already running, or somehow keep better track of the background process. In my case, it happens pretty consistently when starting up VSCode (as it restores the windows I previously had open).