-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix issue with updating line #3767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| const moduleModel = this.moduleModels[model.uri.path]; | ||
| const moduleModel = | ||
| this.moduleModels[model.uri.path] || | ||
| this.getModuleModelByPath(model.uri.path.replace('/sandbox', '')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't it make sense to completely remove this.moduleModels[model.uri.path] and enforce that we use getModuleModelByPath?
|
Build for latest commit 48dbb57 is at https://pr3767.build.csb.dev/s/new. |
|
This PR is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
No description provided.