File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 66 "customizations" : {
77 "vscode" : {
88 "settings" : {
9- "terminal.integrated.defaultProfile.linux" : " zsh "
9+ "terminal.integrated.defaultProfile.linux" : " bash "
1010 },
1111 "extensions" : [
1212 // Liquid tags auto-complete
2222 " stylelint.vscode-stylelint" ,
2323 " yzhang.markdown-all-in-one" ,
2424 // Git
25- " mhutchie.git-graph"
25+ " mhutchie.git-graph" ,
26+ // Blog writing utilities
27+ " streetsidesoftware.code-spell-checker" ,
28+ " davidlday.languagetool-linter"
2629 ]
2730 }
2831 }
Original file line number Diff line number Diff line change 2626 // Run tasks in macOS
2727 "terminal.integrated.profiles.osx" : {
2828 "zsh" : { "path" : " /bin/zsh" , "args" : [" -l" , " -i" ] }
29- }
29+ },
30+ "cSpell.words" : [
31+ " davidlday" ,
32+ " devcontainers" ,
33+ " esbenp" ,
34+ " killalau" ,
35+ " languagetool" ,
36+ " mhutchie" ,
37+ " mkhl" ,
38+ " shellcheck" ,
39+ " shfmt" ,
40+ " timonwong" ,
41+ " yzhang"
42+ ],
43+ "languageToolLinter.serviceType" : " public"
3044}
You can’t perform that action at this time.
0 commit comments