Skip to content

Commit

Permalink
Fix for outline view structs
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Feb 28, 2022
1 parent e28b8fc commit 6e6bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode/LanguageWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ module.exports = class LanguageWorker {
))
);

betterDefs.push(structDef);
currentScopeDefs.push(structDef);
});

return currentScopeDefs;
Expand Down

0 comments on commit 6e6bb34

Please sign in to comment.