Commit b5bfe53
authored
Setup remote container and Codespaces configuration (#17)
* Add vanilla Debian devcontainer config files
Based on:
https://github.com/microsoft/vscode-dev-containers/blob/master/containers/debian/.devcontainer
* Set Zsh as default container terminal
Zsh is already installed, so this was just a case of changing the VS
Code configuration setting.
* Use dark colour theme on remote containers
* Install shellcheck extension on remote containers
* Add docker extension on remote containers
* Add yaml extension on remote containers
* Add commented out devcontainer postCreateCommand
Added it so it's there for reference.
* Fix editor problem for git commit messages
We now check for either `code` or `code-insiders` to be the editor.
* Enable VS Code commit signing flag
All this flag does is to add `-S` when calling git commit[1] from within
VS Code.
[1] microsoft/vscode#97300 (comment)1 parent 3da6abe commit b5bfe53
File tree
3 files changed
+52
-0
lines changed- .devcontainer
- .vscode
3 files changed
+52
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments