[fpc-pascal] Pascal Language Server

Ryan Joseph genericptr at gmail.com
Fri Apr 24 09:50:29 CEST 2020



> On Apr 24, 2020, at 2:37 PM, Mattias Gaertner via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> 
> fpextres.ppu is installed by default on darwin.
> Maybe you didn't setup codetools for your fpc units. Because of the
> vast amount of fpc units, codetools needs to scan them once. There is a
> simple init function, that uses the common environment variables PP,
> FPCDIR and PATH to find the fpc executable and the fpc sources. It
> creates a map ppu file to unit source and stores the result in the
> ConfigFilename. So next time it can quickly read it.

I don't use Lazarus and just killed my entire install last night when I tried to rebuild. I guess I can do this in Lazarus so I'll check now.

Can this not be omitted? For non-Lazarus users it's going to be a problem. That means the language servers requires Lazarus to run at all. Not very good if we an avoid this.

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list