Closed Zireael07 closed 3 years ago
Thanks for your interest!
You would need to fork the fleabitdev/glsp
repository. GitHub provides some instructions here.
Fork the repo, and drop it in my existing project you mean?
A bit of a pity that cargo.toml doesn't put the code somewhere accessible after getting it...
The standard way is to specify it in Cargo.toml:
glsp = "0.2"
but what if I want to modify the code after getting it?