From 73137b6f1502bf4e8e78c15dde8e912c7cce6808 Mon Sep 17 00:00:00 2001 From: jaby Date: Mon, 7 Oct 2024 22:15:46 +0200 Subject: [PATCH] Remove old tasks --- src/Tools/Tools.code-workspace | 78 ---------------------------------- 1 file changed, 78 deletions(-) diff --git a/src/Tools/Tools.code-workspace b/src/Tools/Tools.code-workspace index 474edc25..7291b385 100644 --- a/src/Tools/Tools.code-workspace +++ b/src/Tools/Tools.code-workspace @@ -39,59 +39,6 @@ "command": "make -C ./${input:linux_cargo_task} BUILD_PROFILE=${input:build cfg}" }, "problemMatcher": [] - }, - - - { - "label": "all", - "type": "shell", - "windows": { - "command": "./build_all.bat ${input:cargo cmd}" - }, - "linux": { - "command": "./build_all.sh ${input:cargo cmd}" - }, - "group": { - "kind": "build" - }, - "options": { - "env": { - "win_tools": "psxcdgen_ex psxcdread psxreadmap wslpath", - "linux_tools": "cpp_out psxcdgen_ex jaby_engine_fconv mkoverlay", - "clean_tools": "cdtypes tool_helper" - } - } - }, - { - "label": "cargo", - "type": "shell", - "windows": { - "command": "./run_cargo.bat ${input:project} ${input:cargo cmd} ${input:build cfg} ${input:cargo target}", - }, - "linux": { - "command": "./run_cargo.sh ${input:project} ${input:cargo cmd} ${input:build cfg} ${input:cargo target}", - }, - "group": { - "kind": "build", - }, - }, - { - "label": "cargo test", - "type": "shell", - "command": "./run_cargo ${input:project} test release ${input:cargo target}" - }, - { - "label": "run test make", - "type": "shell", - "command": "wsl make -f Test.mk test_${input:project}", - "group": { - "kind": "build", - }, - "options": { - "cwd": "${workspaceFolder}/Tests" - }, - "dependsOn": ["cargo test"], - "dependsOrder": "sequence" } ], "inputs": [ @@ -105,18 +52,6 @@ "fieldSeparator": "!" } }, - - - - { - "id": "planschi", - "type": "command", - "command": "shellCommand.execute", - "args": { - "command": "printf A!B\\nB!C", - "fieldSeparator": "!" - } - }, { "id": "build cfg", "type": "pickString", @@ -124,25 +59,12 @@ "default": "release", "description": "build configuration" }, - { - "id": "project", - "type": "pickString", - "options": ["cdtypes", "cpp_out", "jaby_engine_fconv", "mkoverlay", "psxreadmap", "psxcdgen_ex", "psxcdread", "tool_helper", "wslpath"], - "description": "project to build" - }, { "id": "cargo cmd", "type":"pickString", "options": ["build", "check", "update", "clean", "run", "tree"], "default": "build", "description": "cargo command to run" - }, - { - "id": "cargo target", - "type": "pickString", - "options": ["linux", "windows"], - "default": "linux", - "description": "The target for the tool to build" } ] }