Skip to content

Commit 07abef3

Browse files
committed
Add shellcheck to devcontainer.json
This is a handy tool to show you errors in your bash scripts.
1 parent 0ca7451 commit 07abef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"ms-vscode.cmake-tools",
2626
"marus25.cortex-debug",
2727
"notskm.clang-tidy",
28-
"mjohns.clang-format"
28+
"mjohns.clang-format",
29+
"timonwong.shellcheck"
2930
]
3031
}
3132
},

0 commit comments

Comments
 (0)