File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/org/eclipse/lsp4j/debug/services Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
```
7
7
$ git clone [email protected] :jonahkichwacoders/vscode-debugadapter-node.git
8
- $ git checkout 921a0091c504397e6fc4cae3acce1c73e50152e0 # (on dsp branch)
8
+ $ git checkout 4a48e598b114a5afeafbacb824d0786aebc7b164 # (on dsp branch)
9
9
$ npm install
10
10
$ npm run compile
11
11
$ # generate java and xtend files to default location
Original file line number Diff line number Diff line change 11
11
import java .util .Map ;
12
12
import java .util .concurrent .CompletableFuture ;
13
13
14
- import org .eclipse .lsp4j .debug .AttachRequestArguments ;
15
14
import org .eclipse .lsp4j .debug .Capabilities ;
16
15
import org .eclipse .lsp4j .debug .CompletionsArguments ;
17
16
import org .eclipse .lsp4j .debug .CompletionsResponse ;
@@ -107,7 +106,7 @@ public interface IDebugProtocolServer {
107
106
* Attach request; value of command field is 'attach'.
108
107
*/
109
108
@ JsonRequest
110
- CompletableFuture <Void > attach (AttachRequestArguments args );
109
+ CompletableFuture <Void > attach (Map < String , Object > args );
111
110
112
111
/**
113
112
* Restart request; value of command field is 'restart'.
You can’t perform that action at this time.
0 commit comments