mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
refactor: rename source file name of the drop feature (#1309)
* refactor: rename source file name of the drop feature * fix: dep
This commit is contained in:
parent
d05a0d1104
commit
0badfac6de
2 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import { devKitFeatureActivate } from "./features/dev-kit";
|
|||
import { labelFeatureActivate } from "./features/label";
|
||||
import { packageFeatureActivate } from "./features/package";
|
||||
import { toolFeatureActivate } from "./features/tool";
|
||||
import { dragAndDropActivate } from "./features/drag-and-drop";
|
||||
import { dragAndDropActivate } from "./features/drop-paste";
|
||||
import { FeatureEntry, tinymistActivate, tinymistDeactivate } from "./extension.shared";
|
||||
import { LanguageClient } from "vscode-languageclient/node";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue