mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-24 08:02:22 +00:00
tidy up settings.json via lime.buildTypes
This commit is contained in:
parent
44337a6b81
commit
cde7382713
61
.vscode/settings.json
vendored
61
.vscode/settings.json
vendored
|
@ -91,26 +91,6 @@
|
||||||
"haxecheckstyle.codeSimilarityBufferSize": 100,
|
"haxecheckstyle.codeSimilarityBufferSize": 100,
|
||||||
|
|
||||||
"lime.targetConfigurations": [
|
"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)",
|
"label": "Windows / Debug (Discord)",
|
||||||
"target": "windows",
|
"target": "windows",
|
||||||
|
@ -170,16 +150,6 @@
|
||||||
"target": "windows",
|
"target": "windows",
|
||||||
"args": ["-debug", "-DRESULTS"]
|
"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)",
|
"label": "Windows / Debug (Straight to Animation Editor)",
|
||||||
"target": "windows",
|
"target": "windows",
|
||||||
|
@ -210,11 +180,6 @@
|
||||||
"target": "windows",
|
"target": "windows",
|
||||||
"args": ["-debug", "-DWAVEFORM", "-DFEATURE_DEBUG_FUNCTIONS"]
|
"args": ["-debug", "-DWAVEFORM", "-DFEATURE_DEBUG_FUNCTIONS"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": "Windows / Release",
|
|
||||||
"target": "windows",
|
|
||||||
"args": ["-release"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "Windows / Release (GitHub Actions)",
|
"label": "Windows / Release (GitHub Actions)",
|
||||||
"target": "windows",
|
"target": "windows",
|
||||||
|
@ -225,29 +190,31 @@
|
||||||
"target": "hl",
|
"target": "hl",
|
||||||
"args": ["-debug", "-DWAVEFORM"]
|
"args": ["-debug", "-DWAVEFORM"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": "HTML5 / Debug",
|
|
||||||
"target": "html5",
|
|
||||||
"args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "HTML5 / Debug (Watch)",
|
"label": "HTML5 / Debug (Watch)",
|
||||||
"target": "html5",
|
"target": "html5",
|
||||||
"args": ["-debug", "-watch", "-DFEATURE_DEBUG_FUNCTIONS"]
|
"args": ["-debug", "-watch", "-DFEATURE_DEBUG_FUNCTIONS"]
|
||||||
},
|
}
|
||||||
|
],
|
||||||
|
"lime.buildTypes": [
|
||||||
{
|
{
|
||||||
"label": "macOS / Debug",
|
"label": "Debug",
|
||||||
"target": "mac",
|
|
||||||
"args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"]
|
"args": ["-debug", "-DFEATURE_DEBUG_FUNCTIONS"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "macOS / Release",
|
"label": "Debug (Tracy)",
|
||||||
"target": "mac",
|
"args": ["-debug", "-DFEATURE_DEBUG_TRACY", "-DFEATURE_DEBUG_FUNCTIONS"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Debug (Straight to Chart Editor)",
|
||||||
|
"args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Release",
|
||||||
"args": ["-release"]
|
"args": ["-release"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "macOS / Release (GitHub Actions)",
|
"label": "Release (GitHub Actions)",
|
||||||
"target": "mac",
|
|
||||||
"args": ["-release", "-DGITHUB_BUILD"]
|
"args": ["-release", "-DGITHUB_BUILD"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue