chore: add task and clangd
This commit is contained in:
17
.zed/tasks.json
Normal file
17
.zed/tasks.json
Normal file
@@ -0,0 +1,17 @@
|
||||
// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
|
||||
//
|
||||
// Example:
|
||||
[
|
||||
{
|
||||
"label": "Run",
|
||||
"command": "cbicc cuda clean jall run",
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": false,
|
||||
"reveal": "always",
|
||||
"reveal_target": "dock",
|
||||
"hide": "never",
|
||||
"shell": "system",
|
||||
"show_summary": true,
|
||||
"show_command": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user