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
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
The text was updated successfully, but these errors were encountered:
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
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)
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
What is expected
The text was updated successfully, but these errors were encountered: