Community
Participate
Working Groups
Created attachment 176697 [details] fix code from HEAD Our JavaScriptSourceLookupParticipant has logic in it that would be better in a utility class so that other consumers can look source up in the 'Extenal JavaScript Source' project and resolve URIs, etc for source elements. The patch provides a new utility class SourceLookup in org.eclipse.wst.jsdt.debug.internal.core.launching (can be made API if requested) with the following methods: - getSourceURI(obj) - getSource(obj) - getExternalSource(uri, obj)
applied to HEAD