Bug 1943909 - [devtools] Remove codemirror next preference r=devtools-reviewers,ochameau

Differential Revision: https://phabricator.services.mozilla.com/D250367
This commit is contained in:
Hubert Boma Manilla
2025-05-23 15:36:37 +00:00
committed by hmanilla@mozilla.com
parent 13ace1fa93
commit 829de4d0df
2 changed files with 0 additions and 7 deletions

View File

@@ -60,7 +60,6 @@ if (isNode()) {
pref("devtools.debugger.features.log-points", true);
pref("devtools.debugger.features.inline-preview", true);
pref("devtools.debugger.features.javascript-tracing", false);
pref("devtools.debugger.features.codemirror-next", true);
pref("devtools.editor.tabsize", 2);
pref("devtools.editor.expandtab", false);
pref("devtools.editor.autoclosebrackets", false);
@@ -143,7 +142,6 @@ export const features = new PrefsHelper("devtools.debugger.features", {
inlinePreview: ["Bool", "inline-preview"],
windowlessServiceWorkers: ["Bool", "windowless-service-workers"],
javascriptTracing: ["Bool", "javascript-tracing"],
codemirrorNext: ["Bool", "codemirror-next"],
});
// Import the asyncStore already spawned by the TargetMixin class