eclipse-theia/theia

improve license detection for built-in extensions

Open

#7381 aperta il 20 mar 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (2478 fork)batch import
enhancementhelp wantedvscodevsx-registry

Metriche repository

Star
 (18.676 star)
Metriche merge PR
 (Merge medio 15g 4h) (75 PR mergiate in 30 g)

Descrizione

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, and LICENCE.txt in this order

Guida contributor