mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-20 03:49:51 +00:00
Bump vscode in package.json
This commit is contained in:
parent
2d9c14afb5
commit
89cecff2bd
4 changed files with 12 additions and 12 deletions
|
|
@ -125,7 +125,7 @@ export interface SsrParams {
|
|||
parseOnly: boolean;
|
||||
textDocument: lc.TextDocumentIdentifier;
|
||||
position: lc.Position;
|
||||
selections: lc.Range[];
|
||||
selections: readonly lc.Range[];
|
||||
}
|
||||
export const ssr = new lc.RequestType<SsrParams, lc.WorkspaceEdit, void>('experimental/ssr');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue