jessegreathouse has quit [Remote host closed the connection]
myrkraverk__ has quit [Ping timeout: 248 seconds]
humasect has quit [Remote host closed the connection]
cr1901_ has joined #ocaml
cr1901 has quit [Read error: Connection reset by peer]
mercxry has quit [Quit: bye]
mercxry has joined #ocaml
jessegreathouse has joined #ocaml
Frostillicus has joined #ocaml
jessegreathouse has quit [Remote host closed the connection]
jessegreathouse has joined #ocaml
Frostillicus has quit [Ping timeout: 258 seconds]
jessegreathouse has quit [Remote host closed the connection]
jessegreathouse has joined #ocaml
Frostillicus has joined #ocaml
toastal has left #ocaml [#ocaml]
bartholin has joined #ocaml
toastal has joined #ocaml
jessegreathouse has quit [Remote host closed the connection]
sailorCa| has quit [Ping timeout: 258 seconds]
jessegreathouse has joined #ocaml
_whitelogger has joined #ocaml
mal`` has joined #ocaml
jessegreathouse has quit [Remote host closed the connection]
Putonlalla has joined #ocaml
habnabit has joined #ocaml
habnabit_ has quit [Ping timeout: 248 seconds]
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 248 seconds]
Serpent7776 has joined #ocaml
Frostillicus has quit [Ping timeout: 248 seconds]
LainIwakura has joined #ocaml
hsw has quit [Quit: Leaving]
inline has quit [Quit: Leaving]
inline has joined #ocaml
toastal has left #ocaml [#ocaml]
Haudegen has joined #ocaml
myrkraverk has joined #ocaml
myrkraverk_ has quit [Ping timeout: 248 seconds]
greaser|q has joined #ocaml
greaser|q has quit [Changing host]
greaser|q is now known as GreaseMonkey
toastal has joined #ocaml
LainIwakura has quit [Ping timeout: 250 seconds]
<discocaml>
<_pixel.cat> I'm getting the following three errors while trying to use ocaml with vscode (with the ocaml platform extension):
<discocaml>
<_pixel.cat> `Failed to start the language server. "ocaml-lsp-server" is not installed in the current sandbox.`
<discocaml>
<_pixel.cat> `OCaml bytecode compiler "ocamlc" was not found in the current sandbox. Do you have OCaml installed in the current sandbox?`
<discocaml>
<_pixel.cat> `Unable to read the current switch.`
<discocaml>
<_pixel.cat> I've got no clue why, given the selected switch does have both ocamlc and ocaml-lsp-server installed. It was also working fine with the exact same setup 2 days ago, and I don't think I changed anything when it stopped working. I've tried doing a full uninstall and reinstall of everything ocaml related, but it changed nothing.