mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Add semicolons
This commit is contained in:
parent
cb41ffbbbd
commit
ff0ceb30a9
14 changed files with 160 additions and 38 deletions
|
@ -11,7 +11,7 @@ export interface SourceChange {
|
|||
|
||||
export async function applySourceChange(ctx: Ctx, change: SourceChange) {
|
||||
const client = ctx.client;
|
||||
if (!client) return
|
||||
if (!client) return;
|
||||
|
||||
const wsEdit = client.protocol2CodeConverter.asWorkspaceEdit(
|
||||
change.workspaceEdit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue