PMunch / nimlsp

Language Server Protocol implementation for Nim
MIT License
419 stars 51 forks source link

More than one instance should be supported by putting temporary files in a folder containing the PID or similar #147

Closed PMunch closed 1 year ago

PMunch commented 2 years ago

Thought of this recently. If you have two editors open they can end up clashing (and writing to the same log file) because they both try to write temporary files to the same folder. Should be easily fixed by prefixing the PID or similar.