You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we calculate project_hash based on absolute path of the project, if we have multiple team members working on the same project, it will probably not be recognized as the same project, even though it has the asme name, since the location of project on their machines will be different (if nothing, then because of user name in the path).
What is the solution though? I can't think of anythign else at the moment except to add some kind of telemetry id to the project, that would be commited to the code version control (I think I have seen vscode do something similar?).
The text was updated successfully, but these errors were encountered:
Because we calculate project_hash based on absolute path of the project, if we have multiple team members working on the same project, it will probably not be recognized as the same project, even though it has the asme name, since the location of project on their machines will be different (if nothing, then because of user name in the path).
What is the solution though? I can't think of anythign else at the moment except to add some kind of telemetry id to the project, that would be commited to the code version control (I think I have seen vscode do something similar?).
The text was updated successfully, but these errors were encountered: