Skip to content

Commit b1c008a

Browse files
authored
Create devcontainer.json
1 parent 7e27397 commit b1c008a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "test",
3+
4+
"settings": {
5+
"terminal.integrated.shell.linux": "/bin/csh",
6+
},
7+
8+
// Visual Studio Code extensions which help authoring for docs.github.com.
9+
"extensions": [
10+
"dbaeumer.vscode-eslint",
11+
"sissel.shopify-liquid"
12+
],
13+
14+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15+
"forwardPorts": [5000],
16+
17+
// Use 'postCreateCommand' to run commands after the container is created.
18+
"postCreateCommand": "echo test > aaa-TEST.txt"
19+
20+
}

0 commit comments

Comments
 (0)