Skip to content

Commit

Permalink
Update to java launchMode (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 2, 2020
1 parent 1b1115a commit 243caef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/java/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.project.importOnFirstTimeStartup": "automatic",
"java.server.launchMode": "Standard",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.project.importOnFirstTimeStartup": "automatic",
"java.server.launchMode": "Standard",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
Expand Down

0 comments on commit 243caef

Please sign in to comment.