You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3.
Copy file name to clipboardExpand all lines: crates/rust-analyzer/src/reload.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ impl GlobalState {
158
158
{
159
159
status.health |= lsp_ext::Health::Warning;
160
160
message.push_str("Failed to discover workspace.\n");
161
-
message.push_str("Consider adding the `Cargo.toml` of the workspace to the [`linkedProjects`](https://rust-analyzer.github.io/manual.html#rust-analyzer.linkedProjects) setting.\n\n");
161
+
message.push_str("Consider adding the `Cargo.toml` of the workspace to the [`linkedProjects`](https://rust-analyzer.github.io/book/configuration.html#linkedProjects) setting.\n\n");
Copy file name to clipboardExpand all lines: editors/code/package.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -1885,7 +1885,7 @@
1885
1885
"title": "imports",
1886
1886
"properties": {
1887
1887
"rust-analyzer.imports.group.enable": {
1888
-
"markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.",
1888
+
"markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/book/features.html#auto-import). Groups are separated by newlines.",
1889
1889
"default": true,
1890
1890
"type": "boolean"
1891
1891
}
@@ -3553,13 +3553,13 @@
3553
3553
{
3554
3554
"id": "docs",
3555
3555
"title": "Visit the docs!",
3556
-
"description": "Confused about configurations? Want to learn more about rust-analyzer? Visit the [User Manual](https://rust-analyzer.github.io/manual.html)!",
3556
+
"description": "Confused about configurations? Want to learn more about rust-analyzer? Visit the [User Manual](https://rust-analyzer.github.io/book/)!",
0 commit comments