fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Interface for module Prelude not found #65

Closed hyperswine closed 9 months ago

hyperswine commented 9 months ago

Screenshot 2023-12-05 at 5 02 23 am

It also says this

Screenshot 2023-12-05 at 5 04 20 am

Im getting this error on a fresh cypm new template. Not entirely sure what the problem is, any ideas?

Extra details: M1 MacOS 14.1.2 Using PAKCS 3.6.1-b1 of 2023-11-16 (swi 9.0)

hyperswine commented 9 months ago

okay, so it seems I didnt run pakcs to generate a .curry. Running it worked

fwcd commented 9 months ago

Glad it works for you!

Just curious, how did you configure VSCode to hide the title bar like on your first screenshot?

hyperswine commented 9 months ago

Glad it works for you!

Just curious, how did you configure VSCode to hide the title bar like on your first screenshot?

https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension

This extension. Just add to settings.json

"apc.electron": {
      "titleBarStyle": "hidden",
    },
    "window.titleBarStyle": "native"