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 40033f1 commit 789ce13Copy full SHA for 789ce13
src/panels/LiquibaseConfigurationPanel.ts
@@ -8,8 +8,7 @@ import { testLiquibaseConnection } from "../configuration/handle/testConfigurati
8
import { chooseFileForChangelog } from "../configuration/handleChangelogSelection";
9
import { Logger, LoggingMessageWithLevel } from "@aditosoftware/vscode-logging";
10
import { getCustomDrivers } from "../utilities/customDriverUtilities";
11
-import * as vscode from "vscode";
12
-import path from "node:path";
+
13
/**
14
* This class manages the state and behavior of LiquibaseConfiguration webview panels.
15
*
0 commit comments