Currently, GobPie assumes that gobpie.json is located at the root of the workspace where the IDE has been opened.
This could be relaxed to allow gobpie.json file to be located also in some subdirectory of the open workspace, GobPie just search the workspace for these files. Any paths and commands in gobpie.json should then be executed relative to it.
This could also allow multiple gobpie.json files to coexist in different subdirectories. Each one could correspond to an independent Goblint server, but the messages would be shown together in the single IDE instance.
Currently, GobPie assumes that
gobpie.jsonis located at the root of the workspace where the IDE has been opened.This could be relaxed to allow
gobpie.jsonfile to be located also in some subdirectory of the open workspace, GobPie just search the workspace for these files. Any paths and commands ingobpie.jsonshould then be executed relative to it.This could also allow multiple
gobpie.jsonfiles to coexist in different subdirectories. Each one could correspond to an independent Goblint server, but the messages would be shown together in the single IDE instance.