You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot checkout and compile issue-106 branch because its missing the probe interface dependency. @glopesdev what do you do when you have some project dependency that is in active development and not yet ready for nuget but you dont want to put into the source of the repo that uses it?
@jonnew The project dependency is present, can you try running the following code to pull the ProbeInterface to your local copy and see if that works?
git submodule init
git submodule update
This is one of the bigger problems with submodules, from what I know, is that you cannot automatically clone down the repo and also clone down the submodules at the same time. There are commands that can be used in Git Bash to pull the submodules in at the same time, but programs like VSCode do not do this automatically. If there is a way to set it so that the submodules are pulled when the rest of the repo is cloned down that would be great!
Closely related to #100, and is focused on adding GUI elements on top of the work done in the issue-100 branch.
The text was updated successfully, but these errors were encountered: