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
After installation of the lix extension my project I get:
axel@pc1:/opt/src/anode/forever/api-node$ lix install git:git@github.com:axelhuizinga/haxe-axios.git
already downloaded: git:git@github.com:axelhuizinga/haxe-axios.git#260d4450d29c4597b393e58f59ffc1f879beb127
-> mounted as axios#0.0.1
then hovering over a haxe source already gives me:
Request textDocument/hover failed.
Message: Error: Error: Cannot process [axios]: Library axios is not installed : run 'haxelib install axios'
Code: -32603
Error: Error: Cannot process [axios]: Library axios is not installed : run 'haxelib install axios'
installing my haxelibs into a manually created local repo I use as a workaround but I guess there must be a better way
The text was updated successfully, but these errors were encountered:
After installation of the lix extension my project I get:
axel@pc1:/opt/src/anode/forever/api-node$ lix install git:git@github.com:axelhuizinga/haxe-axios.git
already downloaded: git:git@github.com:axelhuizinga/haxe-axios.git#260d4450d29c4597b393e58f59ffc1f879beb127
-> mounted as axios#0.0.1
then hovering over a haxe source already gives me:
Request textDocument/hover failed.
Message: Error: Error: Cannot process [axios]: Library axios is not installed : run 'haxelib install axios'
Code: -32603
Error: Error: Cannot process [axios]: Library axios is not installed : run 'haxelib install axios'
installing my haxelibs into a manually created local repo I use as a workaround but I guess there must be a better way
The text was updated successfully, but these errors were encountered: