goblint / GobPie

Goblint IDE integration via MagpieBridge
MIT License
5 stars 3 forks source link

Fix issue #55 #56

Closed FeldrinH closed 1 year ago

FeldrinH commented 1 year ago

This pull request fixes #55 and applies the fix from https://github.com/goblint/GobPie/commit/de3d38b4b094f350a90b722520f84657565cc1b6 to the goblintExecutable field.

The issue with showcfg was that the list of commands was stored during the MagpieServer initialize method. Calling the MagpieServer initialize method after configurationDone has fixed the problem