Commit f15f84b
authored
Ensure CompletionsResponse contains targets (microsoft#362)
If a client sent a completion request without a frameId then the server
returned a completion response without targets.
According to the specification the response of a completions request
must always contain a `targets` property. It is not optional.
See https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Completions1 parent 7943067 commit f15f84b
File tree
1 file changed
+2
-2
lines changed- com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments