Skip to content
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

Tools folder is always created at the workspace root #100

Open
patriksvensson opened this issue Mar 15, 2018 · 2 comments
Open

Tools folder is always created at the workspace root #100

patriksvensson opened this issue Mar 15, 2018 · 2 comments
Labels

Comments

@patriksvensson
Copy link
Member

if I keep my cake scripts in a folder called scripts and open vscode with bakery globally installed and the workspace root one level up, it will restore packages to the workspace root.

I tried adding a cake.config to the workspace root, but that doesn't seem to be respected.

What happens

- scripts
  - build.cake
- tools
- foo.txt

What is expected

- scripts
  - tools
  - build.cake
- foo.txt
@patriksvensson patriksvensson changed the title Tools folder are always created at the workspace root Tools folder is always created at the workspace root Mar 15, 2018
@serialprimate
Copy link

This issue might be related to:

System.IO.FileNotFoundException: Cake is not installed. Path c:/git/redacted/tools/Cake/Cake.Core.dll does not exist.
at OmniSharp.Cake.CakeProjectSystem.GetProject(CakeScript cakeScript, String filePath)
at OmniSharp.Cake.CakeProjectSystem.AddCakeFile(String cakeFilePath)

I have been using a 'build' directory.

Matt

@vchirikov
Copy link

Any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants