Skip to content

Commit 42320fc

Browse files
committed
Don't try to restore setting
1 parent 530ae68 commit 42320fc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

extensions/ql-vscode/test/vscode-tests/minimal-workspace/local-databases.test.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -646,20 +646,6 @@ describe("local databases", () => {
646646
});
647647

648648
describe("when the language is set", () => {
649-
let originalValue: string | undefined;
650-
651-
beforeEach(() => {
652-
originalValue = workspace
653-
.getConfiguration("codeQL.createQuery")
654-
.get("autogenerateQlPacks");
655-
});
656-
657-
afterEach(async () => {
658-
await workspace
659-
.getConfiguration("codeQL.createQuery")
660-
.update("autogenerateQlPacks", originalValue);
661-
});
662-
663649
it("should offer the user to set up a skeleton QL pack", async () => {
664650
await (databaseManager as any).createSkeletonPacks(mockDbItem);
665651

0 commit comments

Comments
 (0)