UNPKG

vscode-projects-plus

Version:

An extension for managing projects. Feature rich, customizable, automatically finds your projects

17 lines (8 loc) 158 B
/* IMPORT */ import Item from './item'; /* PROJECT */ class Project extends Item { contextValue = 'project'; } /* EXPORT */ export default Project;