Skip to content

Commit

Permalink
chore: when developing, don't check for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTheAllmighty committed Jul 26, 2019
1 parent 6264e53 commit b9b278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Expand Up @@ -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"
}
]
}

0 comments on commit b9b278d

Please sign in to comment.