Const
Well-known keys the ProjectSelector's built-in groupings (language, type, lastUsed) read from ProjectSelectorProject.customData. Reference these constants rather than typing the key strings inline so a rename here surfaces at every callsite.
language
type
lastUsed
ProjectSelectorProject.customData
Well-known keys the ProjectSelector's built-in groupings (
language,type,lastUsed) read fromProjectSelectorProject.customData. Reference these constants rather than typing the key strings inline so a rename here surfaces at every callsite.