-
Notifications
You must be signed in to change notification settings - Fork 64
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
Cake.Git v2.0.0 breaks IntelliSense in VS Code #160
Comments
I think this is a regression from #158, specifically adding the More specifically, removing the |
Cake.Bakery should ignore everything in |
@bjorkstromm There already was an issue created in the bakery repository regarding this, and this issue was created afterwards. I would suggest closing this one and using the other. |
Wasn't it created in Cake-VSCode? E.g. this https://github.com/cake-build/cake-vscode/issues/614 |
Doh! Sorry, you are right! That one we can move to bakery repository. |
@bjorkstromm I have moved the issue here: cake-build/bakery#168 |
Thanks @gep13! I'll go ahead and close this then. |
Originally posted here: cake-build/cake-vscode#614
Having an addin directive for
Cake.Git
v2.0.0 in a.cake
file causes the following error when Omnisharp.Cake tries to load the file.#addin "nuget:?package=Cake.Git&version=2.0.0"
Downgrading
Cake.Git
to 1.x.x solves the issue.The text was updated successfully, but these errors were encountered: