If a project is open at the time when the plugin is loaded from the plugin manager, we need to manually read its contents otherwise we miss settings specified in the project file (which is normally loaded in the project-open signal but it was called before the plugin was loaded).
Hopefully the right way to fix the issue described in https://github.com/geany/geany-plugins/pull/1443. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1446 -- Commit Summary -- * Load project settings when plugin initialized -- File Changes -- M lsp/src/lsp-main.c (48) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1446.patch https://github.com/geany/geany-plugins/pull/1446.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1446 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
