itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

WorkingDir for language server has to be configured to language server dir. #309

Closed nyssen closed 4 years ago

nyssen commented 4 years ago

Up to now, the startup script generated by maven appassembler is called from within the IDE working dir, e.g. theia/app. We should ensure the server startup script uses the language server dir as its working dir, so the compiler path can be interpreted relative to this.