Open Issues Need Help
View All on GitHubAI Summary: The Source Academy VS Code extension displays a spurious string in its menu. The task is to identify and remove the source of this unexpected string, shown in the provided screenshot. This likely involves inspecting the extension's codebase to find where the string is being rendered and correcting the logic responsible for its appearance.
AI Summary: Modify the Source Academy VS Code extension to reposition the 'DO NOT EDIT' comment within the PREPEND section of assessments. Currently, the comment is displayed before the PREPEND code, potentially confusing beginners. The task involves changing the comment's position to appear only when the PREPEND section is expanded, improving clarity for new users.