Skip to content

Commit c56924b

Browse files
authored
Merge pull request #5 from Lisp-Stat/chore/sync-devcontainer
chore: sync standard Lisp-Stat devcontainer config
2 parents 935f0e5 + 1dc2b02 commit c56924b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "array-operations - Lisp-Stat Dev",
3+
"image": "ghcr.io/lisp-stat/ls-dev:latest",
4+
"containerUser": "vscode",
5+
"workspaceFolder": "/workspace",
6+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
7+
8+
"customizations": {
9+
"vscode": {
10+
"extensions": [
11+
"github.copilot",
12+
"github.copilot-chat"
13+
],
14+
"settings": {
15+
"terminal.integrated.defaultProfile.linux": "bash"
16+
}
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)