We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7bcbd commit 0aed550Copy full SHA for 0aed550
src/commands/clearSeach.ts src/commands/clearSearch.tssrc/commands/clearSeach.ts renamed to src/commands/clearSearch.ts
src/commands/registerCommands.ts
@@ -6,7 +6,7 @@ import registerLoadMore from "./loadMoreAssets";
6
import registerUpload from "./uploadWidget";
7
import registerClipboard from "./copyCommands";
8
import registerSwitchEnv from "./switchEnvironment";
9
-import registerClearSearch from "./clearSeach";
+import registerClearSearch from "./clearSearch";
10
import registerWelcomeScreen from "./welcomeScreen";
11
import { CloudinaryTreeDataProvider } from "../tree/treeDataProvider";
12
0 commit comments