File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 2
2
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
3
3
{
4
4
"name" : " Alpine" ,
5
- "image" : " purefish/docker-fish:3.5 .1" ,
5
+ "image" : " purefish/docker-fish:3.6 .1" ,
6
6
// Features to add to the dev container. More info: https://containers.dev/features.
7
7
"features" : {
8
8
"ghcr.io/guiyomh/features/vim:0" : {}
9
9
},
10
10
// Use 'forwardPorts' to make a list of ports inside the container available locally.
11
11
// "forwardPorts": [],
12
-
13
12
// Use 'postCreateCommand' to run commands after the container is created.
14
13
"postCreateCommand" : " fish -c 'fisher install pure-fish/pure'" ,
15
14
"postStartCommand" : " fish -c 'echo $pure_version'" ,
16
-
17
15
// Configure tool-specific properties.
18
16
// "customizations": {},
19
-
20
17
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21
18
"remoteUser" : " nemo" ,
22
19
"customizations" : {
23
20
"vscode" : {
24
21
"settings" : {
25
22
"terminal.integrated.defaultProfile.linux" : " fish"
26
- },
27
- "extensions" : [
28
- " redhat.vscode-yaml" ,
29
- " bierner.markdown-preview-github-styles" ,
30
- " bierner.markdown-emoji"
31
- ]
23
+ },
24
+ "extensions" : [
25
+ " redhat.vscode-yaml" ,
26
+ " bierner.markdown-preview-github-styles" ,
27
+ " bierner.markdown-emoji"
28
+ ]
32
29
}
33
30
}
34
- }
31
+ }
You can’t perform that action at this time.
0 commit comments