mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Allow supporting multiple "type"s per DAP.
Should fix macOS build.
This commit is contained in:
@@ -28,7 +28,7 @@ struct DapConfig {
|
||||
struct DapTool {
|
||||
std::string name;
|
||||
std::string url;
|
||||
std::string type;
|
||||
std::vector<std::string> type;
|
||||
std::vector<std::string> languagesSupported;
|
||||
DapRunConfig run;
|
||||
std::vector<DapConfig> configurations;
|
||||
|
||||
Reference in New Issue
Block a user