rubberduck-vba / Rubberduck3

COM add-in for the VBIDE
GNU General Public License v3.0
87 stars 17 forks source link

LSP Init: actually load project source files #81

Closed retailcoder closed 10 months ago

retailcoder commented 10 months ago

Some tweaks around server initialization; loads the projects' source files and iterates library references, but without loading them.

A refactoring is needed before proceeding much further, otherwise everything is going to end up under ServerApp and we don't want that.