Skip to content

Commit f2cd3b2

Browse files
author
Tim Etchells
committed
remove workspace check from envMatches
1 parent 5760718 commit f2cd3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/src/microclimate/connection/MCEnvironment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ namespace MCEnvironment {
113113
return false;
114114
}
115115

116-
return connection.version === newVersionNumber &&
117-
connection.workspacePath.fsPath === envData.workspace_location;
116+
return connection.version === newVersionNumber;
117+
// should check workspace too, but need to consider platform when comparing paths
118118
// more to check once we support ICP
119119
// envData.user_string
120120
}

0 commit comments

Comments
 (0)