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 f97bf3f commit e2cbe74Copy full SHA for e2cbe74
test/askContainer/webview/profileManagerWebview.test.ts
@@ -5,10 +5,10 @@
5
*--------------------------------------------------------------------------------------------*/
6
import * as assert from "assert";
7
import * as sinon from "sinon";
8
+import * as vscode from "vscode";
9
import { ProfileManagerWebview } from "../../../src/askContainer/webViews/profileManagerWebview";
10
import {FakeExtensionContext, FakeWebviewPanelOnDidChangeViewStateEvent} from "../../testUtilities";
11
import { EXTENSION_STATE_KEY } from "../../../src/constants";
-import * as vscode from "vscode";
12
13
describe("Webview_deploySkill tests", () => {
14
let webView: ProfileManagerWebview;
0 commit comments