chore: include .vscode folder for easy running
This commit is contained in:
parent
ba8b8003b4
commit
1c924efed9
2 changed files with 15 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,6 +3,8 @@
|
|||
/*/
|
||||
|
||||
# Except These
|
||||
!/.vscode/launch.json
|
||||
!/.github/
|
||||
!/src/
|
||||
!/macapp/
|
||||
!/.editorconfig
|
||||
|
|
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch",
|
||||
"request": "launch",
|
||||
"mainClass": "com.atlauncher.App",
|
||||
"projectName": "atlauncher",
|
||||
"args": "--debug --debug-level 3 --working-dir=test"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue