about summary refs log tree commit diff
path: root/editors/code/src/ctx.ts
diff options
context:
space:
mode:
authorbruno-ortiz <brunortiz11@gmail.com>2022-02-25 21:37:55 -0300
committerBruno Ortiz <brunortiz11@gmail.com>2023-05-02 10:56:13 -0300
commitd01fc6405b45ed0fafd68f0f874068ed404ab976 (patch)
tree6673d198622c7804f83fce4219b5c27eb4e0046a /editors/code/src/ctx.ts
parent09e0a00d3648eb4080d16f07c6dae73f7c73c431 (diff)
downloadrust-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.ts10
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,