-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDM plugin configuration support #4176
Comments
Somewhat related to #3564 |
Currently the awesome PDM list has enlisted 20 PDM plugins, many of which are not under |
Right. I don't know how the current system works for extensions of an existing tool, but I see that some PDM extensions are already being submitted, like #4231. Since I assume people may build private plugins or make changes to existing plugin configurations before publishing, I think it won't hurt to both allow additional properties and figure out how to add existing plugin schemas (at least the ones on the awesome PDM list) to the repo, if that's desired? |
To present viewpoints in a balanced way, allowing |
Area with issue?
JSON Schema
✔️ Expected Behavior
https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/partial-pdm.json currently does not support plugin-defined configuration (e.g.
pdm.autoexport
for https://github.com/pdm-project/pdm-autoexport).❌ Actual Behavior
Additional properties are not allowed ('autoexport' was unexpected)
is shown on validation.YAML or JSON file that does not work.
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: