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
$ ocamlc --version
5.0.0
$ ocamllsp --version
$ /usr/lib/sdk/ocaml/bin/opam --version
$ /usr/lib/sdk/ocaml/bin/opam --version
2.1.5
$ /usr/lib/sdk/ocaml/bin/opam var --global root
2.1.5
$ /usr/lib/sdk/ocaml/bin/opam var --global root
[ERROR] Opam has not been initialised, please run `opam init'
[ERROR] Opam has not been initialised, please run `opam init'
This discussion was converted from issue #1423 on May 26, 2024 14:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am using vscodium within flatpak, with the ocaml sdk extension, which recommends a custom root for opam.
I have the following setting in for my project:
and ocaml cannot seem to set the root correctly:
However, using the following command:
can set the root and switch correctly in the vscode terminal. Is there any way to make custom root work? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions