diff --git a/.vscode/settings.json b/.vscode/settings.json index c58f02020..0685989de 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -91,26 +91,6 @@ "haxecheckstyle.codeSimilarityBufferSize": 100, "lime.targetConfigurations": [ - { - "label": "Windows / Debug", - "target": "windows", - "args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"] - }, - { - "label": "Windows / Debug (Tracy)", - "target": "windows", - "args": ["-debug", "-DFEATURE_DEBUG_TRACY", "-DFEATURE_DEBUG_FUNCTIONS"] - }, - { - "label": "Linux / Debug", - "target": "linux", - "args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"] - }, - { - "label": "HashLink / Debug", - "target": "hl", - "args": ["-debug"] - }, { "label": "Windows / Debug (Discord)", "target": "windows", @@ -170,16 +150,6 @@ "target": "windows", "args": ["-debug", "-DRESULTS"] }, - { - "label": "Windows / Debug (Straight to Chart Editor)", - "target": "windows", - "args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"] - }, - { - "label": "HashLink / Debug (Straight to Chart Editor)", - "target": "hl", - "args": ["-debug", "-DCHARTING"] - }, { "label": "Windows / Debug (Straight to Animation Editor)", "target": "windows", @@ -210,11 +180,6 @@ "target": "windows", "args": ["-debug", "-DWAVEFORM", "-DFEATURE_DEBUG_FUNCTIONS"] }, - { - "label": "Windows / Release", - "target": "windows", - "args": ["-release"] - }, { "label": "Windows / Release (GitHub Actions)", "target": "windows", @@ -225,29 +190,31 @@ "target": "hl", "args": ["-debug", "-DWAVEFORM"] }, - { - "label": "HTML5 / Debug", - "target": "html5", - "args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"] - }, { "label": "HTML5 / Debug (Watch)", "target": "html5", "args": ["-debug", "-watch", "-DFEATURE_DEBUG_FUNCTIONS"] - }, + } + ], + "lime.buildTypes": [ { - "label": "macOS / Debug", - "target": "mac", + "label": "Debug", "args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"] }, { - "label": "macOS / Release", - "target": "mac", + "label": "Debug (Tracy)", + "args": ["-debug", "-DFEATURE_DEBUG_TRACY", "-DFEATURE_DEBUG_FUNCTIONS"] + }, + { + "label": "Debug (Straight to Chart Editor)", + "args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"] + }, + { + "label": "Release", "args": ["-release"] }, { - "label": "macOS / Release (GitHub Actions)", - "target": "mac", + "label": "Release (GitHub Actions)", "args": ["-release", "-DGITHUB_BUILD"] } ],