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:
Aaron Powell
2026-05-21 15:51:17 +10:00
committed by GitHub
parent 8a43097de6
commit a303e17975
7 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -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`.