build: unify build flags (#2891)

This commit is contained in:
Alex Yang
2023-06-28 16:45:05 +08:00
parent e7f4d82881
commit fc36aac0fb
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>();