We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6a1c5 commit 12813fdCopy full SHA for 12813fd
2 files changed
.zed/settings.json
@@ -0,0 +1,12 @@
1
+{
2
+ "lsp": {
3
+ "rust-analyzer": {
4
+ "initialization_options": {
5
+ "cargo": {
6
+ "features": ["test"],
7
+ "noDefaultFeatures": false
8
+ }
9
10
11
12
+}
Cargo.toml
@@ -14,6 +14,7 @@ repository = "https://framagit.org/dder/list-features"
14
exclude = [
15
"/.github/",
16
"/.vscode/",
17
+ "/.zed/",
18
"/.gitlab-ci.yml"
19
]
20
0 commit comments