View source
typedef GotoTargetsRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
GotoTargets request; value of command field is 'gotoTargets'. This request retrieves the possible goto targets for the specified source location. These targets can be used in the 'goto' request. Clients should only call this request if the capability 'supportsGotoTargetsRequest' is true.