Skip to content

Commit 4b9f4eb

Browse files
authored
PR #16: Updated Dev Container Config
Updated Dev Container Config Merge pull request #16 from iamwatchdogs/update-config - Updated default shell from available shells. - Added useful extensions for blog writing and configured them.
2 parents e8e1373 + 79d88ff commit 4b9f4eb

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
@@ -22,7 +22,10 @@
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
}

.vscode/settings.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,19 @@
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
}

0 commit comments

Comments
 (0)