We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dd5fe commit 9ba66ecCopy full SHA for 9ba66ec
test/e2e/models/CodeServer.ts
@@ -77,9 +77,9 @@ export class CodeServer {
77
*/
78
private async createWorkspace(): Promise<string> {
79
const dir = await this.workspaceDir
80
- await fs.mkdir(path.join(dir, "User"), { recursive: true })
+ await fs.mkdir(path.join(dir, "Machine"), { recursive: true })
81
await fs.writeFile(
82
- path.join(dir, "User/settings.json"),
+ path.join(dir, "Machine/settings.json"),
83
JSON.stringify({
84
"workbench.startupEditor": "none",
85
}),
0 commit comments