Parts of serverReadyAction should be contributed by chrome debug #69339
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
under-discussion
Issue is under discussion for relevance, priority, approach
Milestone
Refs #69313
It feels like parts of the
serverReadyAction
are tightly coupled with the chrome debug extension.Due to that I feel like those attributes should be contributed from the chrome debug extension - since they do not really make sense if the chrome debug extension is not installed.
An example of such an attribute is
webRoot
.Another is the
"action": "debugWithChrome"
If we allow these attributes to be contributed by the chrome extension it should make it easier to integrate this for other browser debug extensions like firefox.
The text was updated successfully, but these errors were encountered: