build: unify build flags (#2891)

This commit is contained in:
Alex Yang
2023-06-28 16:45:05 +08:00
committed by GitHub
parent 87574c9993
commit fa45d8a718
7 changed files with 93 additions and 63 deletions

View File

@@ -32,6 +32,10 @@ function setEditorFlags(workspace: Workspace) {
value
);
});
workspace.awarenessStore.setFlag(
'enable_bookmark_operation',
environment.isDesktop
);
}
const hashMap = new Map<string, Workspace>();