Hello all,
I’m currently having an issue on vs code that is disabling daml studio features like the linter and script results, etc. On the “Problems” tab, I’m seeing:
<command-line>: cannot satisfy --package xyz-0.1.0: Compiler [Ln1, Col1]
xyz-0.1.0 is unusable due to missing dependencies:
daml-stdlib-2.5.1
Even though I have this issue I can still compile the code just fine using daml SDK 2.5.1.
Thanks in advance