Skip to content

Commit

Permalink
Provide a vscode launch to debug the lemminx-liberty (OpenLiberty#34)
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored Dec 10, 2020
1 parent 1921574 commit 16d8e6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ target/
.directory
.Trash*

.vscode
14 changes: 14 additions & 0 deletions lemminx-liberty/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [{
"type": "java",
"name": "Debug (Attach) - Remote",
"request": "attach",
"hostName": "localhost",
"port": 1054,
"projectName": "lemminx-liberty"
}]
}

0 comments on commit 16d8e6a

Please sign in to comment.