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 55
66```
77$ git clone [email protected] :jonahkichwacoders/vscode-debugadapter-node.git 8- $ git checkout 921a0091c504397e6fc4cae3acce1c73e50152e0 # (on dsp branch)
8+ $ git checkout 4a48e598b114a5afeafbacb824d0786aebc7b164 # (on dsp branch)
99$ npm install
1010$ npm run compile
1111$ # generate java and xtend files to default location
Original file line number Diff line number Diff line change 1111import java .util .Map ;
1212import java .util .concurrent .CompletableFuture ;
1313
14- import org .eclipse .lsp4j .debug .AttachRequestArguments ;
1514import org .eclipse .lsp4j .debug .Capabilities ;
1615import org .eclipse .lsp4j .debug .CompletionsArguments ;
1716import org .eclipse .lsp4j .debug .CompletionsResponse ;
@@ -107,7 +106,7 @@ public interface IDebugProtocolServer {
107106 * Attach request; value of command field is 'attach'.
108107 */
109108 @ JsonRequest
110- CompletableFuture <Void > attach (AttachRequestArguments args );
109+ CompletableFuture <Void > attach (Map < String , Object > args );
111110
112111 /**
113112 * Restart request; value of command field is 'restart'.
You can’t perform that action at this time.
0 commit comments