Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cpp target #108

Open
NotHyper-474 opened this issue Nov 4, 2024 · 0 comments
Open

Add cpp target #108

NotHyper-474 opened this issue Nov 4, 2024 · 0 comments

Comments

@NotHyper-474
Copy link

NotHyper-474 commented Nov 4, 2024

Lime has the cpp target which is like a global shortcut to linux, windows and mac targets using -cpp flag. It would be handy turning this

{
  "label": "Windows / Debug (Straight to Chart Editor)",
  "target": "windows",
  "args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
  "label": "Linux / Debug (Straight to Chart Editor)",
  "target": "linux",
  "args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"]
},
{
  "label": "MacOS / Debug (Straight to Chart Editor)",
  "target": "mac",
  "args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"]
}

Into just

{
   "label": "Any / Debug (Straight to Chart Editor)",
    "target": "cpp",
    "args": ["-debug", "-DCHARTING", "-DFEATURE_DEBUG_FUNCTIONS"]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant