From b91693e7b075fc5b66f1178d7e3ad40f9dd8a0f4 Mon Sep 17 00:00:00 2001 From: Miles Lyon Date: Thu, 4 Nov 2021 13:53:02 -0400 Subject: [PATCH] Adding these so I can reset develop. Saving work. --- .vscode/launch.json | 21 +++++++++++++++++++++ .vscode/settings.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 .vscode/launch.json create mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2cc379a --- /dev/null +++ b/.vscode/launch.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e0f15db --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "automatic" +} \ No newline at end of file