8000 build(dev): support for running tasks in macOS · Goder-0/goder-0.github.io@8c30f0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c30f0a

Browse files
committed
build(dev): support for running tasks in macOS
1 parent e4db1a1 commit 8c30f0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
"less.validate": false,
2424
// Stylint extension settings
2525
"stylelint.snippet": ["css", "scss"],
26-
"stylelint.validate": ["css", "scss"]
26+
"stylelint.validate": ["css", "scss"],
27+
// Run tasks in macOS
28+
"terminal.integrated.profiles.osx": {
29+
"zsh": { "path": "/bin/zsh", "args": ["-l", "-i"] }
30+
}
2731
}

0 commit comments

Comments
 (0)
0