DB addition
This commit is contained in:
30
settings.json
Normal file
30
settings.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"ssh_connections": [
|
||||
{
|
||||
"host": "192.168.11.7",
|
||||
"username": "connor",
|
||||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/home/connor/repos/cursebreaker-parser-rust"]
|
||||
}
|
||||
],
|
||||
"nickname": "connor-mini"
|
||||
}
|
||||
],
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 15,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "One Dark"
|
||||
},
|
||||
"agent_servers": {
|
||||
"Grok Build Agent": {
|
||||
"type": "custom",
|
||||
"command": "/usr/bin/grok",
|
||||
"args": ["agent", "--yolo", "stdio"],
|
||||
"env": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user