File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A lightweight Java Debugger based on [Java Debug Server](https://github.com/Micr
18
18
19
19
## Requirements
20
20
- JDK (version 1.8.0 or later)
21
- - VS Code (version 1.17 .0 or later)
21
+ - VS Code (version 1.19 .0 or later)
22
22
- [ Language Support for Java by Red Hat] ( https://marketplace.visualstudio.com/items?itemName=redhat.java ) (version 0.14.0 or later)
23
23
24
24
## Install
Original file line number Diff line number Diff line change 14
14
" debugger"
15
15
],
16
16
"engines" : {
17
- "vscode" : " ^1.17 .0"
17
+ "vscode" : " ^1.19 .0"
18
18
},
19
19
"license" : " SEE LICENSE IN LICENSE.txt" ,
20
20
"repository" : {
30
30
],
31
31
"activationEvents" : [
32
32
" onLanguage:java" ,
33
- " onDebug"
33
+ " onDebugInitialConfigurations" ,
34
+ " onDebugResolve:java"
34
35
],
35
36
"main" : " ./out/src/extension" ,
36
37
"contributes" : {
You can’t perform that action at this time.
0 commit comments