Skip to content

Commit a9a0727

Browse files
committed
version 1.0.12 - don't empty context when changing environments
Signed-off-by: shalom <[email protected]>
1 parent d5cd875 commit a9a0727

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rider/src/main/java/org/digma/intellij/plugin/rider/env/RiderEnvironmentChangedListener.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ public void environmentChanged(String newEnv) {
3636
Log.log(LOGGER::debug, "Got environmentChanged {}", newEnv);
3737

3838
//empty the context
39-
caretContextService.contextEmpty();
39+
//todo: probably don't need to empty the context here
40+
/////caretContextService.contextEmpty();
41+
4042
//call document service to clean its maps
4143
documentInfoService.environmentChanged(newEnv);
4244
//codeObjectHost should mainly clear code lens

0 commit comments

Comments
 (0)