View source
typedef SetVariableRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
SetVariable request; value of command field is 'setVariable'. Set the variable with the given name in the variable container to a new value. Clients should only call this request if the capability 'supportsSetVariable' is true.