You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
A PluginDescriptor lists the available commands and the accepted contexts / parameters each can have.
Modify doDispatch to validate these in the incoming IdeRequest and return an appropriate IdeResponseFail value if the validation fails.
The text was updated successfully, but these errors were encountered:
gracjan
changed the title
extend the dispatcher to validate commands before calling worker
Extend the dispatcher to validate commands before calling worker
Nov 8, 2015
A
PluginDescriptor
lists the available commands and the accepted contexts / parameters each can have.Modify doDispatch to validate these in the incoming
IdeRequest
and return an appropriateIdeResponseFail
value if the validation fails.The text was updated successfully, but these errors were encountered: