Skip to content

Commit e69f5a1

Browse files
committed
chore: organize config file providers files
1 parent 70721b8 commit e69f5a1

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/managers/config-file.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as vscode from "vscode";
22

3-
import { ConfigFileActionProvider } from "@/providers/config-file-action";
4-
import { ConfigCompletionProvider } from "@/providers/config-file-completion";
5-
import { validateConfigFile } from "@/providers/config-file-validation";
3+
import { ConfigFileActionProvider } from "@/providers/config-file/action";
4+
import { ConfigCompletionProvider } from "@/providers/config-file/completion";
5+
import { validateConfigFile } from "@/providers/config-file/validation";
66

77
import type { SquareCloudExtension } from "./extension";
88

0 commit comments

Comments
 (0)