We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25410e commit c70ec71Copy full SHA for c70ec71
extensions/ql-vscode/test/vscode-tests/test-config.ts
@@ -157,7 +157,8 @@ const packageConfiguration: Record<
157
// `debug.saveBeforeStart` is a core VS Code setting, but we depend on its value in these tests.
158
// We'll set it here to the value that we expect.
159
"debug.saveBeforeStart": {
160
- default: "nonUntitledEditorsInActiveGroup",
+ // default: "nonUntitledEditorsInActiveGroup",
161
+ default: "none",
162
},
163
};
164
})();
0 commit comments