Primarily adds the ability to have multiple target files stored in the settings.json file and be used to correctly parse more complex projects where included files may belong to different compile targets. As the target files are parsed, each included file gets a reference to its parent, so we can reuse that in the future.
Primarily adds the ability to have multiple target files stored in the settings.json file and be used to correctly parse more complex projects where included files may belong to different compile targets. As the target files are parsed, each included file gets a reference to its parent, so we can reuse that in the future.