I’m trying to use vscode to write .ml files, that I will later run in my vscode terminal, via utop. However whenever I type #use test.ml I get the following message.
Cannot find file test.ml
I’ve tried changing the directory to the correct folder and can still not find it.
#cd "/mnt/c/Users/user1/Documents/OCaml2/";;
I’m running Windows 10, WSL2, Ubuntu with Opam installed.
I’m a complete beginner to all this, so I might just be missing something really obvious. Appreciate the help.