-
Notifications
You must be signed in to change notification settings - Fork 5
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
Private Repo Access #163
Comments
I'm not sure about adding such functionality in the near future, seems like a special case to me. Maybe local packages could be useful for this case? [dependencies]
local-pkg = "../my-pkg" |
I tried a local package(I agree that is probably the way to go) but was
having an error.
I think I may have had the hash to indicate a version and that was messing
it up...I guess I can't treat it like a git repo :)
I just tried it again without the version info and it worked.
I'm not sure if this is documented or not, but if not, it may be helpful!
Feel free to close.
ᐧ
…On Thu, Nov 2, 2023 at 8:46 AM Zen Voich ***@***.***> wrote:
I'm not sure about adding such functionality in the near future, seems
like a special case to me.
Maybe local packages could be useful for this case?
[dependencies]local-pkg = "../my-pkg"
—
Reply to this email directly, view it on GitHub
<#163 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE5CO4DVJ6X245TF56FUXLYCOP2RAVCNFSM6AAAAAA6ZNDMGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJQG43DOMRTGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Austin Fatheree
twitter: @afat http://twitter.com/afat
|
I take that back. It seems that it will work for building with DFX, but the motoko type(v0.14.2) checker in visual studio barfs My mops entry is mypackage = "../mypackage" Error: I'll try to update my plugin and see if maybe it is |
I tried to add a private repo to my project and it seems that it can't find it:
Will it be possible to add these in the future?
The text was updated successfully, but these errors were encountered: