Divyasaravanan0327

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Divyasaravanan0327 created a post, Should I update my plugin for every Intellij version ?
I have built a gradle based IntelliJ plugin with the below config in build.gradle intellij { version = '2022.2'}patchPluginXml { changeNotes = """ Add change notes here.<br> <em>mos... -
-
-
-
-
-
-
-
Divyasaravanan0327 created a post, Answered$ref Custom Json schema not resolving path
I have a custom JSON schema with $ref as one of the property , I am expecting it to resolve paths but it doesn't where as without using a custom schema it works . The below is an example when I'm u... -
Divyasaravanan0327 created a post, AnsweredJavaScript.JsonSchema.ProviderFactory extension does not $ref to a schema in another file
But the $ref does not seem to locate the external schema definition , if the definition is in the same file , it works , Could you please clarify on the above as to what should I do to refer to a ...