Variables

@:value(cast "clipboard")@:enum@:implinlineread onlyClipboard:EvaluateArgumentsContext = "clipboard"

evaluate is run to generate the value that will be stored in the clipboard. The attribute is only honored by a debug adapter if the capability 'supportsClipboardContext' is true.

@:value(cast "hover")@:enum@:implinlineread onlyHover:EvaluateArgumentsContext = "hover"

evaluate is run from a data hover.

@:value(cast "repl")@:enum@:implinlineread onlyRepl:EvaluateArgumentsContext = "repl"

evaluate is run from REPL console.

@:value(cast "watch")@:enum@:implinlineread onlyWatch:EvaluateArgumentsContext = "watch"

evaluate is run in a watch.