Skip to content

Commit

Permalink
VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
HughxDev committed Apr 26, 2019
1 parent 6c562b5 commit 64c1a6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - HVML",
"request": "launch",
"mainClass": "hvml.HVML"
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"maven.view": "hierarchical"
}

0 comments on commit 64c1a6b

Please sign in to comment.