The old rust-analyzer/syntaxTree lsp extension method was replaced by the new rust-analyzer/viewSyntaxTree method.
The new method doesn't return a rendered syntax tree, but instead returns a json string and handles the display logic in the vscode extension.
I know this is significantly more work to implement and maintain and might be out of scope for this plugin, so I'm just leaving this here as a heads up :)