mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-29 18:11:45 +00:00
Fix path for Chrome DevTools external plugin (#1784)
* Fixing path on chrome devtools external pluginPath is to the folder in the repo where the plugin structure starts, not where the plugin.json file lives. * Updating validation scripts and guidance to avoid this mistake again
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ For entries committed to `plugins/external.json`, the current marketplace valida
|
||||
- `repository` as an HTTPS GitHub URL
|
||||
- `keywords` as lowercase hyphenated tags
|
||||
- `source.source: "github"` plus `source.repo` in `owner/repo` format
|
||||
- optional `source.path` values to stay relative to the repository root
|
||||
- optional `source.path` values of `/` for repository root, or a repository-relative folder where the plugin structure starts (do not point to `plugin.json` directly)
|
||||
|
||||
The public-submission policy builds on those rules and also requires `license` plus an immutable `source.ref`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user