Andrew Nagy
Andrew Nagy
Updated library in active development (a fork of this one from some great users) https://github.com/corejavascript/typeahead.js
This looks great. Just need to play with it. I'm currently writing a test runner extension for php for vscode and I've switched to using resource as well so I...
ooooooooo!
I love laravel as much as the next person (I daily drive it) but I wonder if adding Laravel here adds too much bloat to this extension's git repo. Shouldnt...
@0x00A1FA there you go I put up a roadmap. I just moved the stuff from 2.5 (now that we are on 2.7) into this and additionall marked that 3.x depends...
Hey @0x00A1FA What specifically would you want done in the list? Just curious as I don't hear from users much :)
I don't have much control over that from the extension and it's really no fault of the extension either. The performance problems you are mentioning are inside of psalm itself....
This is working fine for me. Note that I went and set: `"psalm.phpExecutablePath": "/usr/bin/ppp"` which is invalid and I got an error message that its not executable. I then set...
@limarkxx Would you be willing to push that as a PR
My team uses docker all day long. We actually execute and run psalm outside of the docker instance (so we use our local php binaries). This works well in our...