solidity-ide icon indicating copy to clipboard operation
solidity-ide copied to clipboard

Publish language server to npm

Open fspiekermann opened this issue 5 years ago • 1 comments

In order to port the Language Server to other IDEs, it would be helpful if it could be downloaded as a complete package. Currently I am trying to integrate yakindu solidity into a Web IDE, Theia, and then bundle it into a Docker image. If the Language Server could be loaded the building process could be optimized.

fspiekermann avatar Dec 05 '18 15:12 fspiekermann

What do you have in mind here? I only found https://github.com/shannah/jdeploy w.r.t. publishing java-based apps via npm.

nyssen avatar Jul 29 '19 13:07 nyssen