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.
This commit is contained in:
miterosan
2019-02-19 16:21:47 +01:00
parent d4da5c1815
commit f5477a0555

10
cake.config Normal file
View File

@@ -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