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 28e65e6 commit b2e27faCopy full SHA for b2e27fa
.vscode-test.mjs
@@ -1,6 +1,4 @@
1
import { defineConfig } from "@vscode/test-cli";
2
-import os from "os";
3
-import path from "path";
4
5
export default defineConfig({
6
files: "test/**/*.test.ts",
@@ -17,9 +15,6 @@ export default defineConfig({
17
15
"debug",
18
16
// Undocumented but valid option to use a temporary profile for testing
19
"--profile-temp",
20
- // The default user data directory had too many characters for the IPC connection on macOS in CI.
21
- "--user-data-dir",
22
- path.join(os.tmpdir(), "vscode-user-data"),
23
],
24
workspaceFolder: "test/TestEnvironment.code-workspace",
25
mocha: {
0 commit comments