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 6b503fa commit 24e2e2fCopy full SHA for 24e2e2f
packages/app/src/app/overmind/effects/vscode/ModelsHandler.ts
@@ -333,7 +333,7 @@ export class ModelsHandler {
333
userSelections: EditorSelection[],
334
showNameTag = true
335
) {
336
- const moduleModel = this.getModuleModelByPath(module);
+ const moduleModel = this.getModuleModelByPath(module.path);
337
338
moduleModel.selections = userSelections;
339
0 commit comments