Move vscode-uitls/multi-file-system-watcher.ts to /common/vscode/multi-file-system-watcher.ts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DisposableObject } from "../pure/disposable-object";
|
||||
import { DisposableObject } from "../../pure/disposable-object";
|
||||
import { EventEmitter, Event, Uri, GlobPattern, workspace } from "vscode";
|
||||
|
||||
/**
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
WorkspaceFolder,
|
||||
env,
|
||||
} from "vscode";
|
||||
import { MultiFileSystemWatcher } from "./vscode-utils/multi-file-system-watcher";
|
||||
import { MultiFileSystemWatcher } from "./common/vscode/multi-file-system-watcher";
|
||||
import { CodeQLCliServer } from "./codeql-cli/cli";
|
||||
import { pathExists } from "fs-extra";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user