diff --git a/src/compile/compile.ts b/src/compile/build.ts similarity index 100% rename from src/compile/compile.ts rename to src/compile/build.ts diff --git a/src/lw.ts b/src/lw.ts index 3029fb6ed..1ed90400e 100644 --- a/src/lw.ts +++ b/src/lw.ts @@ -1,6 +1,6 @@ import vscode from 'vscode' import path from 'path' -import { Builder } from './compile/compile' +import { Builder } from './compile/build' import { Cacher } from './core/cache' import { Cleaner } from './extras/cleaner' import { LaTeXCommanderTreeView } from './extras/activity-bar'