Skip to content

Conversation

@christianalfoni
Copy link
Contributor

No description provided.

const moduleModel = this.moduleModels[model.uri.path];
const moduleModel =
this.moduleModels[model.uri.path] ||
this.getModuleModelByPath(model.uri.path.replace('/sandbox', ''));
Copy link
Member

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?

@lbogdan
Copy link
Contributor

lbogdan commented Mar 27, 2020

Build for latest commit 48dbb57 is at https://pr3767.build.csb.dev/s/new.

@github-actions
Copy link

github-actions bot commented Sep 4, 2020

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.

@github-actions github-actions bot added the stale label Sep 4, 2020
@github-actions github-actions bot closed this Sep 21, 2020
@MichaelDeBoey MichaelDeBoey deleted the line-comments-error branch September 24, 2020 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants