eclipse-theia/theia
View on GitHubimprove license detection for built-in extensions
Open
#7,381 opened on Mar 20, 2020
enhancementhelp wantedvscodevsx-registry
Repository metrics
- Stars
- (18,676 stars)
- PR merge metrics
- (Avg merge 15d 4h) (75 merged PRs in 30d)
Description
Currently we always try to look into LICENSE file, but there can be more locations including configurable.
Form @spoenemann:
- If a package.json has
SEE LICENSE IN ..., then try there first - after that try
LICENSE.md,LICENSE, andLICENCE.txtin this order