You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the VS Code extension uses the baseDiv for Sprotty of "keith-diagram_sprotty", whereas the CLI uses just "sprotty", potentially causing inconsistencies between both executables, see e.g. #178. Furthermore, the "keith-diagram" string is still a somewhat magic string around the code base. Both implementations should use the same base ID and no magic strings for this, but rather read it from the options, as was done to fix the issue in #178 as well.
The text was updated successfully, but these errors were encountered:
Currently the VS Code extension uses the baseDiv for Sprotty of "keith-diagram_sprotty", whereas the CLI uses just "sprotty", potentially causing inconsistencies between both executables, see e.g. #178. Furthermore, the "keith-diagram" string is still a somewhat magic string around the code base. Both implementations should use the same base ID and no magic strings for this, but rather read it from the options, as was done to fix the issue in #178 as well.
The text was updated successfully, but these errors were encountered: