From f5477a055542325b022c19308d4113d4e9ed9dd1 Mon Sep 17 00:00:00 2001 From: miterosan Date: Tue, 19 Feb 2019 16:21:47 +0100 Subject: [PATCH] Add a cake.config. This corrects the tool resolve path that cake uses. If you do not set this, you can not use cakebuild vscode integrations. --- cake.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cake.config diff --git a/cake.config b/cake.config new file mode 100644 index 000000000..69f5158c6 --- /dev/null +++ b/cake.config @@ -0,0 +1,10 @@ +; This is the default configuration file for Cake. +; This file was downloaded from https://github.com/cake-build/resources + +[Paths] +Tools=./build/tools +Addins=./build/tools/Addins +Modules=./build/tools/Modules + +[Settings] +SkipVerification=false