Skip to content

Commit c303319

Browse files
tejksatintellij-monorepo-bot
authored andcommitted
[wsm] IJPL-178632 Enable per-environment workspace model by default
(cherry picked from commit 7148abca55d28ee50284db00b37129a7d086a08c) IJ-CR-179818 GitOrigin-RevId: 0052ff68f58e198b2b27286a3c454df788f0c345
1 parent 744728d commit c303319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/projectModel-impl/resources/META-INF/WorkspaceModelImpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
description="Enable workspace model checking for listeners that execute more than 200ms"/>
4444
<registryKey key="ide.workspace.model.assertions.bridges.usage" defaultValue="false" restartRequired="true"
4545
description="Enable workspace model checking for accessing bridges from WSM listeners"/>
46-
<registryKey key="ide.workspace.model.per.environment.model.separation" defaultValue="false" restartRequired="true"
46+
<registryKey key="ide.workspace.model.per.environment.model.separation" defaultValue="true" restartRequired="true"
4747
description="Enable existence of multiple workspace models, one per each isolated environment"/>
4848
<registryKey key="use.workspace.file.index.for.partial.scanning" defaultValue="true" restartRequired="true"
4949
description="If enabled, relies on events from WorkspaceFileIndex for partial scanning"/>

0 commit comments

Comments
 (0)