Commit 5819717
authored
chore: Ignore .zed settings dir (#1337)
## Which issue does this PR close?
None
## What changes are included in this PR?
I'm currently using `zed` (it's great, I highly recommend it!).
I needed to add the following RA settings:
```json
{
"rust-analyzer": {
"linkedProjects": ["./Cargo.toml", "./bindings/python/Cargo.toml"]
}
}
```
This allows RA to work with the Python bindings as well.
I'm going to add `.zed` to the gitignore file so I don't accidentally
include it.
## Are these changes tested?
<!--
Specify what test covers (unit test, integration test, etc.).
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
Signed-off-by: Xuanwo <github@xuanwo.io>1 parent 7d54f7f commit 5819717
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments