2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
bug good first issue

VS Code extension for Source Academy

TypeScript

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.

Complexity: 2/5
enhancement good first issue

VS Code extension for Source Academy

TypeScript