Skip to content

Commit ddbc186

Browse files
committed
[HACK] enable it for now
1 parent 9c672cf commit ddbc186

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ui/frontend/reducers/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ interface State {
4343
}
4444

4545
const initialState: State = {
46-
fileView: FileView.Single,
46+
fileView: FileView.Multiple,
4747
editor: Editor.Ace,
4848
ace: {
4949
keybinding: 'ace',

ui/frontend/reducers/featureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const DISABLED = -1.0;
1515
const initialState: State = {
1616
forced: false,
1717
showGemThreshold: DISABLED,
18-
multifileThreshold: DISABLED,
18+
multifileThreshold: ENABLED,
1919
};
2020

2121
const { action: wsFeatureFlags, schema: wsFeatureFlagsSchema } = createWebsocketResponse(

0 commit comments

Comments
 (0)