diff options
| author | bruno-ortiz <brunortiz11@gmail.com> | 2022-02-25 21:37:55 -0300 |
|---|---|---|
| committer | Bruno Ortiz <brunortiz11@gmail.com> | 2023-05-02 10:56:13 -0300 |
| commit | d01fc6405b45ed0fafd68f0f874068ed404ab976 (patch) | |
| tree | 6673d198622c7804f83fce4219b5c27eb4e0046a /editors/code/src/ctx.ts | |
| parent | 09e0a00d3648eb4080d16f07c6dae73f7c73c431 (diff) | |
| download | rust-d01fc6405b45ed0fafd68f0f874068ed404ab976.tar.gz rust-d01fc6405b45ed0fafd68f0f874068ed404ab976.zip | |
Creating rust dependencies tree view
Diffstat (limited to 'editors/code/src/ctx.ts')
| -rw-r--r-- | editors/code/src/ctx.ts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/code/src/ctx.ts b/editors/code/src/ctx.ts index d62716c26db..ce70dfd2f66 100644 --- a/editors/code/src/ctx.ts +++ b/editors/code/src/ctx.ts @@ -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,8 +12,10 @@ import { LazyOutputChannel, log, RustEditor, -} from "./util"; -import {ServerStatusParams} from "./lsp_ext"; +} from './util'; +import {ServerStatusParams} from './lsp_ext'; +import { Dependency, DependencyFile, RustDependenciesProvider, DependencyId } from './dependencies_provider'; +import { execRevealDependency } from './commands'; import { Dependency, DependencyFile, |
