|
8 | 8 | Fixed issues: https://github.com/eclipse/lsp4j/milestone/15?closed=1
|
9 | 9 |
|
10 | 10 | Breaking API changes:
|
11 |
| - * In DebugProtocol many fields which used to be defined as `Long` are now `Integer`. |
12 |
| - This is due to changes in DAP 1.36 that clarified these values should be less |
13 |
| - than or equal to 2147483647 (2^31 - 1) |
14 |
| - - `OutputEventArguments`: `variablesReference` |
15 |
| - - `RunInTerminalResponse`: `processId`, `shellProcessId` |
16 |
| - - `DataBreakpointInfoArguments`: `variablesReference` |
17 |
| - - `VariablesArguments`: `variablesReference` |
18 |
| - - `SetVariableResponse`: `variablesReference`, `namedVariables`, `indexedVariables` |
19 |
| - - `SetVariableArguments`: `variablesReference` |
20 |
| - - `EvaluateResponse`: `variablesReference`, `namedVariables`, `indexedVariables` |
21 |
| - - `SetExpressionResponse`: `variablesReference`, `namedVariables`, `indexedVariables` |
22 |
| - - `Source`: `sourceReference` |
23 |
| - - `Scope`: `variablesReference`, `namedVariables`, `indexedVariables` |
24 |
| - - `Variable`: `variablesReference`, `namedVariables`, `indexedVariables` |
| 11 | + * In DebugProtocol fields which used to be defined as `Long` are now `Integer`. |
| 12 | + This is due to changes in DAP 1.36 and clarification sought from |
| 13 | + https://github.com/microsoft/debug-adapter-protocol/issues/90 |
25 | 14 |
|
26 | 15 | * The DebugProtocol's `EvaluateResponse`'s field `memoryReference` was previously incorrectly
|
27 | 16 | declared as `Long`, it is now correctly declared as `String`
|
|
0 commit comments