We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4db1a1 commit 8c30f0aCopy full SHA for 8c30f0a
.vscode/settings.json
@@ -23,5 +23,9 @@
23
"less.validate": false,
24
// Stylint extension settings
25
"stylelint.snippet": ["css", "scss"],
26
- "stylelint.validate": ["css", "scss"]
+ "stylelint.validate": ["css", "scss"],
27
+ // Run tasks in macOS
28
+ "terminal.integrated.profiles.osx": {
29
+ "zsh": { "path": "/bin/zsh", "args": ["-l", "-i"] }
30
+ }
31
}
0 commit comments