mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
build(dev): support for running tasks in macOS
This commit is contained in:
parent
e4db1a176f
commit
8c30f0a9c3
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -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"] }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user