Skip to content

Commit ea11f75

Browse files
committed
Basic Zed config for build
1 parent fd94f20 commit ea11f75

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
2-
*.bak
2+
*.bak
3+
.DS_Store

.zed/tasks.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"label": "Build project",
4+
"command": "cargo",
5+
"args": ["build"]
6+
}
7+
]

0 commit comments

Comments
 (0)