Skip to content

Commit c70ec71

Browse files
author
Dave Bartolomeo
committed
Try different default for saveBeforeStart
1 parent c25410e commit c70ec71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/ql-vscode/test/vscode-tests/test-config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ const packageConfiguration: Record<
157157
// `debug.saveBeforeStart` is a core VS Code setting, but we depend on its value in these tests.
158158
// We'll set it here to the value that we expect.
159159
"debug.saveBeforeStart": {
160-
default: "nonUntitledEditorsInActiveGroup",
160+
// default: "nonUntitledEditorsInActiveGroup",
161+
default: "none",
161162
},
162163
};
163164
})();

0 commit comments

Comments
 (0)