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 has been archived by the owner on Sep 6, 2021. It is now read-only.
To disable the debug menu in edge code, we use a config flag show_debug_menu in config.json. As a side effect, some debug menu commands still exist, see #2877.
I think a more useful approach would be to refactor the debug commands into a separate extension that we include by default in brackets but we leave out of edge code. This gives us some flexibility for edge code contributors to use the debug commands without hacking their config.
The text was updated successfully, but these errors were encountered:
To disable the debug menu in edge code, we use a config flag
show_debug_menu
inconfig.json
. As a side effect, some debug menu commands still exist, see #2877.I think a more useful approach would be to refactor the debug commands into a separate extension that we include by default in brackets but we leave out of edge code. This gives us some flexibility for edge code contributors to use the debug commands without hacking their config.
The text was updated successfully, but these errors were encountered: