- Migrate core services to store Arc<AppState> and use locks - Centralize state in AppState with Arc-wrapped managers - Update handlers to pass Arc<AppState> via web::Data - Add Default for AppState and initialize components in main - Update debug.json program path from gbserver to botserver
14 lines
273 B
JSON
14 lines
273 B
JSON
[
|
|
{
|
|
"label": "Build & Debug native binary",
|
|
"build": {
|
|
"command": "cargo",
|
|
"args": ["build"]
|
|
},
|
|
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver",
|
|
|
|
"sourceLanguages": ["rust"],
|
|
"request": "launch",
|
|
"adapter": "CodeLLDB"
|
|
}
|
|
]
|