PhilippeChab / nwscript-ee-language-server

A NWScript Language Server.
https://marketplace.visualstudio.com/items?itemName=PhilippeChab.nwscript-ee-language-server
MIT License
20 stars 7 forks source link

nwnsc not terminating after done compiling #52

Closed StefanoND closed 1 year ago

StefanoND commented 1 year ago

First of all, thank you for this amazing extension!

I'm using Linux, Manjaro 6.2.10-1 and VSCodium with Marketplace and Features (from AUR)

I've been using your plugin for a while now and I've always noticed that as time goes on my computer fans starts ramping up and the entire system starts to slow down to a point where I was forced to reboot to fix this issue.

Then one day I decided to look into what was causing it, I ran "htop" command in the terminal to check for running processes and noticed that there was alot of nwnsc instances (called from your extension) running.

Since I'm too lazy I just created a script that runs "sudo killall nwnsc" periodically instead of posting the issue here.

So basically everytime the extension calls for nwnsc it never terminates it after its done.

Here's a screen snip of my hotp

image

PhilippeChab commented 1 year ago

As we discussed on discord, it seems to be caused by the nwnsc itself - linux only. Closing this for now.