From b91693e7b075fc5b66f1178d7e3ad40f9dd8a0f4 Mon Sep 17 00:00:00 2001 From: Miles Lyon Date: Thu, 4 Nov 2021 13:53:02 -0400 Subject: [PATCH 1/3] 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 From e4ed8f7d6cb663d66503dbf0cf712f7777697b65 Mon Sep 17 00:00:00 2001 From: mlyon-ims <62250993+mlyon-ims@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:55:47 -0500 Subject: [PATCH 2/3] Delete settings.json remove .vscode files (added to my git ignore) --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e0f15db..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "java.configuration.updateBuildConfiguration": "automatic" -} \ No newline at end of file From a9a18c7b1f26752ec40be0bbb39a86b9f69a3487 Mon Sep 17 00:00:00 2001 From: mlyon-ims <62250993+mlyon-ims@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:56:15 -0500 Subject: [PATCH 3/3] Delete launch.json remove .vscode files (added to my git ignore) --- .vscode/launch.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2cc379a..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // 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