Skip to content

Commit 7dbb265

Browse files
committed
Enable rust-analyzer in project
1 parent 0a86b1c commit 7dbb265

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

dfsdisc.sublime-project

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,15 @@
44
{
55
"path": "."
66
}
7-
]
7+
],
8+
"settings":
9+
{
10+
"LSP":
11+
{
12+
"rust-analyzer":
13+
{
14+
"enabled": true
15+
}
16+
}
17+
}
818
}

0 commit comments

Comments
 (0)