Skip to content

Commit 623c8a5

Browse files
committed
update
1 parent e20269e commit 623c8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-zenstack/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function runCommand(cmd: string, status: string, stdio: StdioOptions = 'ignore')
134134
}
135135

136136
function createVsCodeConfig() {
137-
fs.mkdirSync('.vscode');
137+
fs.mkdirSync('.vscode', { recursive: true });
138138
fs.writeFileSync(
139139
'.vscode/settings.json',
140140
JSON.stringify(

0 commit comments

Comments
 (0)