build(dev): support for running tasks in macOS

This commit is contained in:
Cotes Chung 2024-07-12 02:03:52 +08:00
parent e4db1a176f
commit 8c30f0a9c3
No known key found for this signature in database
GPG key ID: 0D9E54843167A808

View file

@ -23,5 +23,9 @@
"less.validate": false,
// Stylint extension settings
"stylelint.snippet": ["css", "scss"],
"stylelint.validate": ["css", "scss"]
"stylelint.validate": ["css", "scss"],
// Run tasks in macOS
"terminal.integrated.profiles.osx": {
"zsh": { "path": "/bin/zsh", "args": ["-l", "-i"] }
}
}