Skip to content

Unable to add package path containing multiple objects (VSCode) #71

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

Closed
CraigRegester opened this issue Nov 15, 2021 · 2 comments · Fixed by #79
Closed

Unable to add package path containing multiple objects (VSCode) #71

CraigRegester opened this issue Nov 15, 2021 · 2 comments · Fixed by #79
Assignees
Labels
bug Something isn't working

Comments

@CraigRegester
Copy link
Contributor

Attempting to add entire sub-package to git by right-clicking package folder on isfs object, selecting Source Control Commands and then Add. Get following error:

fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths

Right-clicking individual files (without opening) and doing the Add works fine.

@CraigRegester
Copy link
Contributor Author

Should iterate through package tree and add child items (if supported types I suppose.)

@CraigRegester
Copy link
Contributor Author

Noted this appears to work in Studio but still ultimately throws the same error. example:

exporting new version of FITLIB.Examples.Export.HL7.cls to /hfs/sys/git/FITLIB/cls/FITLIB/Examples/Export/HL7.cls
fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths

VSCode doesn't not work at all, however - the classes don't get added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants