You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I face the problem that the prolog linter will keep outputting spawn /usr/local/Cellar/swi-prolog/8.0.3_1 EACCES error when I am typing. I tried to give read and write access for all user but it still does not work. Is there any method to fix this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
It was fixed after I made the prolog.executablePath point to the executable itself.
So, in my case the path looked like this: /usr/local/Cellar/swi-prolog/HEAD-30f96eb_1/bin/swipl. Probably, your path will be as follows: /usr/local/Cellar/swi-prolog/8.0.3_1/bin/swipl.
Hello,
I face the problem that the prolog linter will keep outputting spawn /usr/local/Cellar/swi-prolog/8.0.3_1 EACCES error when I am typing. I tried to give read and write access for all user but it still does not work. Is there any method to fix this issue.
Thank you.
The text was updated successfully, but these errors were encountered: