Hide components where...
diff --git a/packages/react-devtools-shared/src/devtools/views/Settings/GeneralSettings.js b/packages/react-devtools-shared/src/devtools/views/Settings/GeneralSettings.js
index 264cc05e60cfa..8246bc8593986 100644
--- a/packages/react-devtools-shared/src/devtools/views/Settings/GeneralSettings.js
+++ b/packages/react-devtools-shared/src/devtools/views/Settings/GeneralSettings.js
@@ -13,6 +13,7 @@ import {SettingsContext} from './SettingsContext';
import {StoreContext} from '../context';
import {CHANGE_LOG_URL} from 'react-devtools-shared/src/devtools/constants';
import {isInternalFacebookBuild} from 'react-devtools-feature-flags';
+import CodeEditorOptions from './CodeEditorOptions';
import styles from './SettingsShared.css';
@@ -76,6 +77,13 @@ export default function GeneralSettings(_: {}): React.Node {
+
+
+
+
{supportsTraceUpdates && (