This VS Code extension shows a bright status bar warning when a window is open without a folder, and tints the status bar with a loud warning color. This is for intro CS students who often open a single file instead of a project folder, then get confused when relative paths, terminals, and extensions do not behave as expected.
What it does
When no workspace folder is open:
Status bar banner — a high-contrast warning item on the left (NO FOLDER OPEN…). Click it to open a folder.
Status bar color — sets statusBar.noFolderBackground / foreground to a bright orange-red (only applies in empty windows).
Settings
folderReminder.enabled (default: true)
Show the warning banner and apply warning status bar colors when no folder is open.