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:
Myriad-Dreamin 2025-02-17 20:28:46 +08:00 committed by GitHub
parent d05a0d1104
commit 0badfac6de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -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";