Adding these so I can reset develop. Saving work.

This commit is contained in:
Miles Lyon 2021-11-04 13:53:02 -04:00
parent 7078dac906
commit b91693e7b0
2 changed files with 24 additions and 0 deletions

21
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "Launch ValidatorApplication",
"request": "launch",
"mainClass": "org.oneedtech.inspect.web.ValidatorApplication",
"projectName": "inspector-web"
}
]
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}