79722299

Date: 2025-08-01 09:35:03
Score: 0.5
Natty:
Report link

As, of now, the docs recommend setting the workspaceFolder config key in your .vscode-test.js/mjs/cjs file.

For example:

// .vscode-test.mjs
import { defineConfig } from "@vscode/test-cli";

export default defineConfig({
  files: "out/test/**/*.test.js",
  workspaceFolder: ".vscode-test-workspace",
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: xxdavid