hackwaly / vscode-ocaml

An extension for VS Code which provides support for the OCaml language.
MIT License
170 stars 26 forks source link

Utop support #86

Closed davidmartos96 closed 7 years ago

davidmartos96 commented 7 years ago

Hello, I was wondering how does one use the utop integration from Visual Studio. I don't seem to find any option related with utop in the settings. Sorry for the inconvinience, I am fairly new with Visual Studio

hackwaly commented 7 years ago

By changing the ocaml.replPath.unix to utop. If it doesn't in PATH env, use full path instead. Use ocaml.replPath.windows If you are on Windows OS.

Sorry, for the inconvenience. I'll tune the config doc.