mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1082632 - Enable Valence auto-install for all channels. r=paul
This commit is contained in:
parent
76e51a4719
commit
1e0fcf0354
@ -6,11 +6,7 @@
|
||||
pref("devtools.webide.showProjectEditor", true);
|
||||
pref("devtools.webide.templatesURL", "https://code.cdn.mozilla.net/templates/list.json");
|
||||
pref("devtools.webide.autoinstallADBHelper", true);
|
||||
#ifdef MOZ_DEV_EDITION
|
||||
pref("devtools.webide.autoinstallFxdtAdapters", true);
|
||||
#else
|
||||
pref("devtools.webide.autoinstallFxdtAdapters", false);
|
||||
#endif
|
||||
pref("devtools.webide.autoConnectRuntime", true);
|
||||
pref("devtools.webide.restoreLastProject", true);
|
||||
pref("devtools.webide.enableLocalRuntime", false);
|
||||
|
Loading…
Reference in New Issue
Block a user