brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Externalize debug menu as an extension #2744

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by jasonsanjose Tuesday Feb 19, 2013 at 21:36 GMT Originally opened as https://github.com/adobe/brackets/issues/2902


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.

core-ai-bot commented 3 years ago

Comment by pthiess Wednesday Feb 20, 2013 at 21:58 GMT


Reviewed@jasonsanjose

core-ai-bot commented 3 years ago

Comment by jasonsanjose Tuesday Feb 26, 2013 at 23:14 GMT


Confirmed. Closing.