eclipse-theia/theia

improve license detection for built-in extensions

Open

#7,381 创建于 2020年3月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (2,478 fork)batch import
enhancementhelp wantedvscodevsx-registry

仓库指标

Star
 (18,676 star)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

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

贡献者指南