From e1fffeb533c9d005d819d4daf7150be408beb8e2 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:51:32 -0600 Subject: [PATCH] chore: Remove unused parameters from debug configuration --- .vscode/launch.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index dd0f4c8..139b60d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,10 +13,7 @@ "outFiles": ["${workspaceFolder}/lib/**/*.js"], "env": { "INPUT_ALL": "false", - "INPUT_VERSION": "latest", - "INPUT_TOKEN": "${env:GITHUB_TOKEN}", - "INPUT_COOLDOWN": "60", - "INPUT_MAX_RETRIES": "3", + "INPUT_VERSION": "v23.10", "RUNNER_TEMP": "${workspaceFolder}/.tmp" } }