I'm new to using VSCode and also I'm learning Prolog so I want to know how to run it from the editor.
I'm on windows and I already activated the enviroment variable LINEDIT=gui=no
so when I call C:\GNU-Prolog\bin\gprolog.exe
it runs on the shell.
to open a file you have to run in the prolog terminal:
changedirectory(DirectoryPathName).
to go to the file's directory and
[file]
to open it.
I don't know how to translate that into the VSC settings so I can use it to run Prolog.
Any help is appreciated!