We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-analyzer.showSyntaxTree
1 parent bd0289e commit 0afa5e8Copy full SHA for 0afa5e8
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