cs50 / lab50.vsix

Inspired by https://github.com/lostintangent/workspace-layout/
GNU General Public License v3.0
21 stars 4 forks source link

Does VS Code's API support adding an icon next to folders's names in Explorer (if folder contains `.cs50.yml`), such that that clicking those could also open a lab, or just visually indicate it's a supported lab folder? #19

Closed dmalan closed 2 years ago

dmalan commented 2 years ago

A la an icon theme, but just one special icon for lab folders?

https://code.visualstudio.com/blogs/2016/09/08/icon-themes

rongxin-liu commented 2 years ago

Looking at this documentation, the closest thing we could do is to prefix a name (e.g., "cs50lab_*") for our problem set folder and we could get a customized icon for that folder.

dmalan commented 2 years ago

Ah, okay, no need then!