Missing description for enums in config.json (JB) #2720
Labels
area:configuration
Relates to configuration options
good-first-issue
Suggested issue for new contributors
ide:jetbrains
Relates specifically to JetBrains extension
priority:medium
Indicates medium priority
Before submitting your bug report
Relevant environment info
Description
We use the
markdownEnumDesccription
property in https://github.com/continuedev/continue/blob/main/extensions/intellij/src/main/resources/config_schema.json, but this is a VS Code specific extension of JSON Schema that is not respected in JetBrains. As a result, the enums for things likecontextProviders
don't have descriptions.Based on this thread, I believe we want something like this:
However, I tried this schema and it didn't seem to work.
Ideally we could also preserve the markup by using
x-intellij-html-description
property if possibleTo reproduce
No response
Log output
No response
The text was updated successfully, but these errors were encountered: