Skip to content

Commit

Permalink
Rename compile.ts back to build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Nov 17, 2023
1 parent db30796 commit 96bcabe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lw.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 96bcabe

Please sign in to comment.