Please add support for Pascal programming using Free Pascal. I manage a local Pascal community with thousands of members, including students, which desperately need a free app hosting that supports Pascal programming language.
Thank you.
Hello @pakLebah
with Che7 you鈥檙e able to plug any language services and the developer tooling you want into your workspace thanks to new extensibility model.
Since Che7 provides Theia as one of the code editors, it can be extended with Pascal VSCode extension, for example.
Here's short demo of installing SonarLint VSCode extension. You can use the same steps to install and evaluate the Pascal extension with Theia in Che7.
I'm not an expert in Pascal but after trying the extension on my side, at least I see that syntax highlighting and code completion have been added for the *.pas files.

Could you please test it using Omni Pascal extension, please? Thank you.
@pakLebah we can test that for you of course and add the extension in the Che plugin registry as well.
At this stage however we are looking for some feedback and early testers of the new feature we are going to introduce with Che 7 (i.e. the ability to use VS Code extensions) and would really appreciate if you could look at the process to install a VS Code extension and provide us some feedback.
@pakLebah I've tried OmniPascal extension and I see the same features working: syntax highlighting and code autocompletion
Where can I test it? I'd like to use it in a cloud environment such as on codenvy.io where I just login and the IDE is there ready to be used. I don't want to install whatever beta apps in my personal server just for testing.
@pakLebah you can test it on https://che.openshift.io
Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.
Mark the issue as fresh with /remove-lifecycle stale in a new comment.
If this issue is safe to close now please do so.
Moderators: Add lifecycle/frozen label to avoid stale mode.
Most helpful comment
I'm not an expert in Pascal but after trying the extension on my side, at least I see that syntax highlighting and code completion have been added for the *.pas files.
