dantleech
Results
892
comments of
dantleech
I don't get this issue in vs-code  The error would indicate that the filename was `types` and not `Types` or that somehow it was being reported as such.
yes, it's a limitation with the way we validate configuration "options". https://github.com/phpactor/phpactor/blob/345ac709d5bcbebb82784a03198a19d75efd8e9c/lib/Indexer/Extension/IndexerExtension.php#L115 We define it as `array` - we could introduce support for `list` - this would *not* allow us...