We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5760718 commit f2cd3b2Copy full SHA for f2cd3b2
dev/src/microclimate/connection/MCEnvironment.ts
@@ -113,8 +113,8 @@ namespace MCEnvironment {
113
return false;
114
}
115
116
- return connection.version === newVersionNumber &&
117
- connection.workspacePath.fsPath === envData.workspace_location;
+ return connection.version === newVersionNumber;
+ // should check workspace too, but need to consider platform when comparing paths
118
// more to check once we support ICP
119
// envData.user_string
120
0 commit comments