Alexander  Pravdin
Alexander Pravdin

Reputation: 5579

How to start making Free Pascal projects in VSCode with OmniPascal

I want to create a new FPC project in VSCode. I had read that I need the OmniPascal extension. I installed it. But what to do next? I can't find instructions on finishing the configuration and creating a new project. How to do that?

PS: I'm a new VSCode user and didn't use it before.

PPS: After some googling, I found that VSCode uses folders for projects. Okay, I created a folder for my project and added a .pp file as a FPC project (not Delphi and not Lazarus). But I can't see anything related to building my project. The OmniPascal extension is supposed to generate build tasks but it doesn't. In the status bar, I see OmniPascal: select project. But I'm already on a project! Also, it can't find system units while I've configured the search path to them in the FPC folder.

enter image description here

enter image description here

How to handle all of this? The OmniPascal website has no documentation at all.

Upvotes: 0

Views: 23

Answers (0)

Related Questions