Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Auto-index script for TypeScript should not read contents of package.json #58880

Open
@kritzcreek

Description

@kritzcreek

This leads to indexing failures for repositories with more than 100 package.json files, as we're limiting the number of files that can be read by an auto-indexing job.

From taking a look at the script with @keynmol it seems like we can avoid reading these files and thus index repositories with more than 100 package.json files (eg. vitejs/vite).

Metadata

Metadata

Assignees

Labels

auto-indexteam/graphGraph Team (previously Code Intel/Language Tools/Language Platform)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions