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:
@@ -44,8 +44,8 @@ body:
|
||||
id: plugin-path
|
||||
attributes:
|
||||
label: Plugin path inside the repository
|
||||
description: Optional if the plugin lives at the repository root.
|
||||
placeholder: .github/plugins/my-plugin
|
||||
description: Optional if the plugin lives at the repository root. Otherwise, enter the folder where the plugin structure starts, not the plugin.json file.
|
||||
placeholder: plugins/my-plugin
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
||||
Reference in New Issue
Block a user