We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc94ac9 commit 89cc5a9Copy full SHA for 89cc5a9
test/e2e/models/CodeServer.ts
@@ -52,9 +52,9 @@ export class CodeServer {
52
*/
53
private async createWorkspace(): Promise<string> {
54
const dir = await tmpdir(workspaceDir)
55
- await fs.mkdir(path.join(dir, ".vscode"))
+ await fs.mkdir(path.join(dir, "User"))
56
await fs.writeFile(
57
- path.join(dir, ".vscode/settings.json"),
+ path.join(dir, "User/settings.json"),
58
JSON.stringify({
59
"workbench.startupEditor": "none",
60
}),
0 commit comments