chore: when developing, don't check for updates
This commit is contained in:
parent
6264e53df7
commit
b9b278d363
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -8,7 +8,7 @@
|
|||
"mainClass": "com.atlauncher.App",
|
||||
"projectName": "ATLauncher",
|
||||
"cwd": "${workspaceFolder}/testLauncher",
|
||||
"args": "--debug --debug-level 3 --disable-error-reporting"
|
||||
"args": "--debug --debug-level 3 --disable-error-reporting --no-launcher-update"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue