mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
Tidy up vscode extension a bit
This commit is contained in:
parent
f9bb5476c3
commit
ff07caa9de
16 changed files with 143 additions and 171 deletions
|
@ -1,7 +1,6 @@
|
|||
import * as vscode from "vscode";
|
||||
|
||||
import { assert } from "./util";
|
||||
import { unwrapUndefinable } from "./undefinable";
|
||||
import { assert, unwrapUndefinable } from "./util";
|
||||
|
||||
export type SnippetTextDocumentEdit = [vscode.Uri, (vscode.TextEdit | vscode.SnippetTextEdit)[]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue