Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4j-dev] Setting up development environment

Hey Jonah,

> I thought there were instructions somewhere on editing LSP4J in Eclipse, but I couldn't find them or remember where they were. So I wrote some new ones.

Thanks very much! Your instructions are working for me.

> Do you just want to view LSP4J sources while working on CDT stuff? 

I wanted to run/debug some of the LSP4J tests to better understand how they work, since we are writing some similar tests for cquery protocol extensions in lsp4e-cpp.

> If so, the LSP4J sources should be automatically visible because includeSource=true is set in CDT's target file.

You're right, that does work for viewing (though not for test files). Good to know!

Thanks,
Nate

Back to the top