mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 01:51:02 +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:
@@ -27,7 +27,7 @@ export const EXTERNAL_PLUGIN_POLICIES = Object.freeze({
|
||||
const EXTERNAL_PLUGIN_ROOT_MANIFEST_PATHS = Object.freeze([
|
||||
"plugin.json",
|
||||
".github/plugin/plugin.json",
|
||||
".plugins/plugin.json",
|
||||
".plugin/plugin.json",
|
||||
]);
|
||||
|
||||
function resolvePolicy(policy) {
|
||||
|
||||
Reference in New Issue
Block a user