Artem Russakovskii
Artem Russakovskii
@dmatt @Hovspian @tterb We still get lots of notices from line 162. Can you please finally push through the fix to this 3-year-old bug?
I have the same issue, but only when the project is a remote PHP project via SSH. Local finishes fine on the same code (it's a typical Wordpress site). In...
VSC closed my ticket above, but maybe @bmewburn could take a look as I posted the crash backtrace there. The process seems to be running out of RAM, perhaps there's...
My setting for max memory just says 0, which I assume is no limit, yet I still see almost daily crashes. 
Looks like 0 means default node.js max-old-space-size setting, which may be 512MB. https://github.com/search?q=repo%3Abmewburn%2Fvscode-intelephense+max-old-space-size&type=code https://stackoverflow.com/a/62650303/47680 Not sure how mine ended up being 0, but I've upped it to 16384 and am...
16384 was too much for my server, it started running out of memory and other services started crashing. I set it to 2GB and at that point core files started...
@bmewburn The project is a remote ssh dev installation of Wordpress. There are some symlinks, but nothing particularly crazy. There's a node_modules dir for node plugins (as I understand it...
>It overrides. There is no merging. Oh, wow, that's not what I expected. Alright, I modified the exclude list and confirmed it's what's being used by the extension using its...
To see if this also happens to another PHP plugin, I disabled intelephense and enabled PHP DEVSENSE.phptools-vscode https://marketplace.visualstudio.com/items?itemName=DEVSENSE.phptools-vscode. With this plugin, the plugin detects changes every minute (due to the...
Welp, Devsense is now using a lot of memory too. I filed a bug here https://github.com/DEVSENSE/phptools-docs/issues/744.