dylan-lang / lsp-dylan

Language Server for Dylan (alpha)
MIT License
8 stars 2 forks source link

Always use workspace "default-library" #11

Closed cgay closed 1 year ago

cgay commented 2 years ago

Always use workspace "default-library" setting in the workspace.json file to find the library to open. This means lsp-dylan will require the use of dylan-tool, so please make sure that's working for you before approving this. If it's inconvenient to do that while you're in the middle of other changes to lsp-dylan there's no rush.

A few other minor changes as well.