Skip to content

Commit 80cceab

Browse files
Adpot new vscode debug activation event (#196)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
1 parent 34f7376 commit 80cceab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A lightweight Java Debugger based on [Java Debug Server](https://github.com/Micr
1818

1919
## Requirements
2020
- 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)
2222
- [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) (version 0.14.0 or later)
2323

2424
## Install

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"debugger"
1515
],
1616
"engines": {
17-
"vscode": "^1.17.0"
17+
"vscode": "^1.19.0"
1818
},
1919
"license": "SEE LICENSE IN LICENSE.txt",
2020
"repository": {
@@ -30,7 +30,8 @@
3030
],
3131
"activationEvents": [
3232
"onLanguage:java",
33-
"onDebug"
33+
"onDebugInitialConfigurations",
34+
"onDebugResolve:java"
3435
],
3536
"main": "./out/src/extension",
3637
"contributes": {

0 commit comments

Comments
 (0)