diff options
| author | Bruno Ortiz <brunortiz11@gmail.com> | 2023-04-27 16:15:54 -0300 |
|---|---|---|
| committer | Bruno Ortiz <brunortiz11@gmail.com> | 2023-05-02 11:06:28 -0300 |
| commit | 0aed507f1632703a0d3e123fd250fd2eba3ef446 (patch) | |
| tree | 5f8ec87d21658ea40a6cc1bfcd3fcbe8ff37ddef | |
| parent | bcb21311eae7f2c13ca012b3b3088b0d3b417c6d (diff) | |
| download | rust-0aed507f1632703a0d3e123fd250fd2eba3ef446.tar.gz rust-0aed507f1632703a0d3e123fd250fd2eba3ef446.zip | |
fixing TS linting, removing import
| -rw-r--r-- | editors/code/src/lsp_ext.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/lsp_ext.ts b/editors/code/src/lsp_ext.ts index 0d75392c92b..b72804e510c 100644 --- a/editors/code/src/lsp_ext.ts +++ b/editors/code/src/lsp_ext.ts @@ -2,7 +2,6 @@ * This file mirrors `crates/rust-analyzer/src/lsp_ext.rs` declarations. */ -import { Uri } from "vscode"; import * as lc from "vscode-languageclient"; // rust-analyzer overrides |
