Skip to content

Commit

Permalink
build(dev): support for running tasks in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Jul 11, 2024
1 parent e4db1a1 commit 8c30f0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
}
}

0 comments on commit 8c30f0a

Please sign in to comment.