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
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Currently, if an invalid file is loaded (non-DAP file, DAP with missing meta, wrong meta content), a meaningless exception is raised (a KeyError, TypeError etc.). It would be good to check the file before loading and display nice errors.
However, for proper checking, it is probably necessary to have DevAssistant's full DAP-checking and YAML-checking machinery available. More discussion in a devassistant/devassistant#371.