eclipse-theia/theia

improve license detection for built-in extensions

Open

#7,381 opened on 2020年3月20日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
enhancementhelp wantedvscodevsx-registry

説明

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

コントリビューターガイド