mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Swtches to rust SSR query check
This commit is contained in:
parent
530ff9f57f
commit
b150965ed7
7 changed files with 63 additions and 20 deletions
|
@ -108,7 +108,8 @@ export const inlayHints = request<InlayHintsParams, Vec<InlayHint>>("inlayHints"
|
|||
|
||||
|
||||
export interface SsrParams {
|
||||
arg: string;
|
||||
query: string;
|
||||
parseOnly: boolean;
|
||||
}
|
||||
export const ssr = request<SsrParams, SourceChange>("ssr");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue