chore: when developing, don't check for updates

This commit is contained in:
Ryan Dowling 2019-07-27 09:41:38 +10:00
parent 6264e53df7
commit b9b278d363
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD

2
.vscode/launch.json vendored
View file

@ -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"
}
]
}