Skip to content

Commit 39eb3f7

Browse files
committed
Clarify of variableReference after setVariable
1 parent a3216f0 commit 39eb3f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,10 @@ class SetVariableResponse {
17821782
/**
17831783
* If `variablesReference` is > 0, the new value is structured and its children can be retrieved by passing
17841784
* `variablesReference` to the `variables` request as long as execution remains suspended.
1785-
* See 'Lifetime of Object References' in the {@link DebugProtocol#Overview} section for details.
1785+
* See 'Lifetime of Object References' in the Overview section for details.
1786+
* <p>
1787+
* If this property is included in the response, any `variablesReference` previously associated with
1788+
* the updated variable, and those of its children, are no longer valid.
17861789
* <p>
17871790
* This is an optional property.
17881791
*/

0 commit comments

Comments
 (0)