Skip to content

Commit

Permalink
updates with current refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Aug 29, 2024
1 parent b5a17a2 commit 5b571d5
Show file tree
Hide file tree
Showing 34 changed files with 1,873 additions and 975 deletions.
Empty file added .gitmodules
Empty file.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["redhat.vscode-xml", "vscjava.vscode-java-pack", "vscjava.vscode-spring-initializr", "sohibe.java-generate-setters-getters"]
}
382 changes: 382 additions & 0 deletions .vscode/java-formatter.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "java",
"name": "S3D",
"request": "launch",
"mainClass": "us.dot.its.jpo.ode.aws.depositor.AwsDepositor",
"projectName": "jpo-aws-depositor",
"mainClass": "us.dot.its.jpo.ode.s3.depositor.DepositorApplication",
"projectName": "jpo-s3-depositor",
"envFile": "${workspaceFolder}/.env",
}
]
Expand Down
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@
"CONFLUENT_SECRET": "testConfluentSecret",
}
},
"java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic",
"cmake.configureOnOpen": false,
"editor.experimental.pasteActions.enabled": true,
"java.format.settings.url": ".vscode/java-formatter.xml",
"editor.formatOnSave": true,
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml",
"editor.tabSize": 2
},
}
Loading

0 comments on commit 5b571d5

Please sign in to comment.