mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-17 03:13:25 +00:00
Fix external plugin gate manifest paths and diagnostics (#2261)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -140,7 +140,7 @@ function cloneSubmissionRepository(workDir, plugin) {
|
||||
// NOTE: Keep in sync with EXTERNAL_PLUGIN_ROOT_MANIFEST_PATHS in external-plugin-validation.mjs
|
||||
const PLUGIN_JSON_CANDIDATES = [
|
||||
[".github", "plugin", "plugin.json"],
|
||||
[".plugins", "plugin.json"],
|
||||
[".plugin", "plugin.json"],
|
||||
["plugin.json"],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user