Skip to content

Commit

Permalink
Adpot new vscode debug activation event (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinbo Wang <[email protected]>
  • Loading branch information
testforstephen authored Dec 18, 2017
1 parent 34f7376 commit 80cceab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A lightweight Java Debugger based on [Java Debug Server](https://github.com/Micr

## Requirements
- JDK (version 1.8.0 or later)
- VS Code (version 1.17.0 or later)
- VS Code (version 1.19.0 or later)
- [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) (version 0.14.0 or later)

## Install
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"debugger"
],
"engines": {
"vscode": "^1.17.0"
"vscode": "^1.19.0"
},
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
Expand All @@ -30,7 +30,8 @@
],
"activationEvents": [
"onLanguage:java",
"onDebug"
"onDebugInitialConfigurations",
"onDebugResolve:java"
],
"main": "./out/src/extension",
"contributes": {
Expand Down

0 comments on commit 80cceab

Please sign in to comment.