We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e27397 commit b1c008aCopy full SHA for b1c008a
1 file changed
.devcontainer/test/devcontainer.json
@@ -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