Add --enable-custom to load custom gadget meta
This commit is contained in:
parent
583fb95ea0
commit
be32a0a1a8
2 changed files with 102 additions and 55 deletions
|
|
@ -98,7 +98,7 @@ class DebugSession( object ):
|
|||
filetypes ):
|
||||
self._logger.debug( f'Reading configurations from: {launch_config_file}' )
|
||||
if not launch_config_file or not os.path.exists( launch_config_file ):
|
||||
continue
|
||||
continue
|
||||
|
||||
with open( launch_config_file, 'r' ) as f:
|
||||
database = json.load( f )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue