Update nixpkgs versions and add Kilo Code settings
Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
@@ -87,5 +87,14 @@
|
||||
"git show"
|
||||
],
|
||||
"roo-cline.deniedCommands": [],
|
||||
"dart.flutterSdkPath": "/home/menno/.flutter/flutter"
|
||||
"dart.flutterSdkPath": "/home/menno/.flutter/flutter",
|
||||
"kilo-code.allowedCommands": [
|
||||
"npm test",
|
||||
"npm install",
|
||||
"tsc",
|
||||
"git log",
|
||||
"git diff",
|
||||
"git show"
|
||||
],
|
||||
"kilo-code.deniedCommands": []
|
||||
}
|
Reference in New Issue
Block a user