We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a3ede1 + b58fc9c commit c4f727bCopy full SHA for c4f727b
src/tools/rust-analyzer/editors/code/src/config.ts
@@ -27,6 +27,7 @@ export class Config {
27
"server",
28
"files",
29
"cfg",
30
+ "showSyntaxTree",
31
].map((opt) => `${this.rootSection}.${opt}`);
32
33
private readonly requiresWindowReloadOpts = ["testExplorer"].map(
0 commit comments