Package database is not initialized if IDE is started in a parent directory #5455
Open
Description
To reproduce:
mkdir /tmp/foo && cd /tmp/foo
daml new bar
code .
Then open either of the .daml
files inside bar
. The whole file is underlined red, and the error shown is
<command line>: cannot satisfy --package daml-script-0.0.1
(use -v for more information)
Activity