mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
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:
10
cake.config
Normal file
10
cake.config
Normal 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
|
||||
Reference in New Issue
Block a user