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