This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
docker-compose/.devcontainer
containers/sfdx-project/.devcontainer
repository-containers/github.com/barryclark/jekyll-now/.devcontainer Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 15
15
// Use 'settings' to set *default* container specific settings.json values on container create.
16
16
// You can edit these settings after create using File > Preferences > Settings > Remote.
17
17
"settings" : {
18
+ // If you are using an Alpine-based image, change this to /bin/ash
18
19
"terminal.integrated.shell.linux" : " /bin/bash"
19
20
},
20
21
29
30
30
31
// Add the IDs of extensions you want installed when the container is created in the array below.
31
32
"extensions" : []
32
- }
33
+ }
Original file line number Diff line number Diff line change 21
21
// Use 'settings' to set *default* container specific settings.json values on container create.
22
22
// You can edit these settings after create using File > Preferences > Settings > Remote.
23
23
"settings" : {
24
+ // If you are using an Alpine-based image, change this to /bin/ash
24
25
"terminal.integrated.shell.linux" : " /bin/bash"
25
26
},
26
27
32
33
33
34
// Add the IDs of extensions you want installed when the container is created in the array below.
34
35
"extensions" : []
35
- }
36
+ }
Original file line number Diff line number Diff line change 18
18
// Use 'settings' to set *default* container specific settings.json values on container create.
19
19
// You can edit these settings after create using File > Preferences > Settings > Remote.
20
20
"settings" : {
21
+ // If you are using an Alpine-based image, change this to /bin/ash
21
22
"terminal.integrated.shell.linux" : " /bin/bash"
22
23
},
23
24
29
30
30
31
// Add the IDs of extensions you want installed when the container is created in the array below.
31
32
"extensions" : []
32
- }
33
+ }
Original file line number Diff line number Diff line change 6
6
" redhat.vscode-xml" ,
7
7
" dbaeumer.vscode-eslint" ,
8
8
" esbenp.prettier-vscode"
9
- ]
9
+ ],
10
+ "settings" : {
11
+ "salesforcedx-vscode-apex.java.home" : " /usr/lib/jvm/java-11-openjdk-amd64"
12
+ }
10
13
}
11
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-dev-containers" ,
3
- "version" : " 0.28 .0" ,
3
+ "version" : " 0.29 .0" ,
4
4
"description" : " VS Code Dev Containers: Definitions and Templates" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ RUN apt-get autoremove -y \
14
14
&& rm -rf /var/lib/apt/lists/*
15
15
16
16
# Install jekyll
17
- RUN gem install git iproute2hub -pages
17
+ RUN gem install github -pages
You can’t perform that action at this time.
0 commit comments