Closed Gama11 closed 5 years ago
I'd like to be able to use (keep using) my global lix installation, too.
npx lix
works fine for global installations too, right?
npm config get prefix
should be npm bin -g
?
https://github.com/lix-pm/lix.vscode/blob/master/src/HaxeInstallationProvider.hx#L88
Should actually not be too hard, would just need to find the location of the global
haxe.cmd
/haxelib.cmd
scripts somehow.You would also need to be able to choose between local and global in the "Initialize Project" command.