Ștefan-Iulian Alecu
Ștefan-Iulian Alecu
Hello, @jmerle, have you had the time to look at this PR? Thank you.
I had NerdArena and InfoArena separated because at the time the layout was different enough for my approach to not work and the InfoArena parser to not be compatible with...
@zilexa I was on Bluefin and I solved it by installing `brew install imagemagick`. You're supposed to use homebrew or distrobox for anything that Flatpak doesn't provide (typically CLI tools),...
I can confirm this issue occurs on IntelliJ IDEA Community 2024.2. ``` IntelliJ IDEA 2024.2 (Community Edition) Build #IC-242.20224.300, built on August 6, 2024 Runtime version: 21.0.3+13-b509.4 amd64 (JCEF 122.1.9)...
I think it's about time to close this issue, as I forgot to do so.
@alefragnani I don't think _your_ default is good, @Pontiac76 is right. > The < > pair exists because of generics, and I see your point about using
The auto-closing pairs are controlled exclusively by pascal.configuration.json, as can be seen in the package.json: ```json "languages": [ { "id": "pascal", "aliases": [ "Pascal", "pascal" ], "extensions": [ ".pas", ".p",...
> (On windows, discord uses named pipes, which afaik aren't exported to WSL at all) Well, that sucks to hear. I thought RPC would flow from WSL to Discord because...
What's currently stopping you from integrating one of the existing language servers? Have you done any progress in this regard? If not, I could try integrating pascal-language-server (I am not...
Hi @alefragnani These are the projects: - https://github.com/genericptr/pascal-language-server - https://github.com/genericptr/pasls-vscode These are FOSS (for FPC only, at the moment) and it's maintained in part by one of the biggest FP...