Mark rust-analyzer.showSyntaxTree config option as requiring server restart
We register the provider when we start the server. It confused me why I set the option and it didn't work, so probably better to have it hint people.
This commit is contained in:
@@ -27,6 +27,7 @@ export class Config {
|
|||||||
"server",
|
"server",
|
||||||
"files",
|
"files",
|
||||||
"cfg",
|
"cfg",
|
||||||
|
"showSyntaxTree",
|
||||||
].map((opt) => `${this.rootSection}.${opt}`);
|
].map((opt) => `${this.rootSection}.${opt}`);
|
||||||
|
|
||||||
private readonly requiresWindowReloadOpts = ["testExplorer"].map(
|
private readonly requiresWindowReloadOpts = ["testExplorer"].map(
|
||||||
|
|||||||
Reference in New Issue
Block a user