mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Reformat VSCode client code
This commit is contained in:
parent
d1721b11e9
commit
af999f152b
4 changed files with 36 additions and 41 deletions
|
@ -3,8 +3,8 @@ import * as lc from "vscode-languageclient/node";
|
|||
import * as ra from "./lsp_ext";
|
||||
import * as path from "path";
|
||||
|
||||
import {Config, prepareVSCodeConfig} from './config';
|
||||
import {createClient} from './client';
|
||||
import {Config, prepareVSCodeConfig} from "./config";
|
||||
import {createClient} from "./client";
|
||||
import {
|
||||
executeDiscoverProject,
|
||||
isRustDocument,
|
||||
|
@ -12,10 +12,15 @@ import {
|
|||
LazyOutputChannel,
|
||||
log,
|
||||
RustEditor,
|
||||
} from './util';
|
||||
import {ServerStatusParams} from './lsp_ext';
|
||||
import { Dependency, DependencyFile, RustDependenciesProvider, DependencyId } from './dependencies_provider';
|
||||
import { execRevealDependency } from './commands';
|
||||
} from "./util";
|
||||
import {ServerStatusParams} from "./lsp_ext";
|
||||
import {
|
||||
Dependency,
|
||||
DependencyFile,
|
||||
RustDependenciesProvider,
|
||||
DependencyId,
|
||||
} from "./dependencies_provider";
|
||||
import { execRevealDependency } from "./commands";
|
||||
import {
|
||||
Dependency,
|
||||
DependencyFile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue