We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70721b8 commit e69f5a1Copy full SHA for e69f5a1
4 files changed
src/managers/config-file.ts
@@ -1,8 +1,8 @@
1
import * as vscode from "vscode";
2
3
-import { ConfigFileActionProvider } from "@/providers/config-file-action";
4
-import { ConfigCompletionProvider } from "@/providers/config-file-completion";
5
-import { validateConfigFile } from "@/providers/config-file-validation";
+import { ConfigFileActionProvider } from "@/providers/config-file/action";
+import { ConfigCompletionProvider } from "@/providers/config-file/completion";
+import { validateConfigFile } from "@/providers/config-file/validation";
6
7
import type { SquareCloudExtension } from "./extension";
8
src/providers/config-file-action.ts src/providers/config-file/action.tssrc/providers/config-file-action.ts renamed to src/providers/config-file/action.ts
src/providers/config-file-completion.ts src/providers/config-file/completion.tssrc/providers/config-file-completion.ts renamed to src/providers/config-file/completion.ts
src/providers/config-file-validation.ts src/providers/config-file/validation.tssrc/providers/config-file-validation.ts renamed to src/providers/config-file/validation.ts
0 commit comments