We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd0289e + 0afa5e8 commit 21a88a3Copy full SHA for 21a88a3
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