This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-11
lines changed
dotnetcore-2.1-fsharp/.devcontainer
dotnetcore-latest-fsharp/.devcontainer
ruby-2-rails-5/.devcontainer
ruby-2-sinatra/.devcontainer Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update \
18
18
&& apt-get -y install git procps lsb-release \
19
19
#
20
20
# Install F#
21
- && apt-get install fsharp \
21
+ && apt-get install -y fsharp \
22
22
#
23
23
# Clean up
24
24
&& apt-get autoremove -y \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update \
18
18
&& apt-get -y install git procps lsb-release \
19
19
#
20
20
# Install F#
21
- && apt-get install fsharp \
21
+ && apt-get install -y fsharp \
22
22
#
23
23
# Clean up
24
24
&& apt-get autoremove -y \
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Ruby 2 Rails" ,
3
3
"dockerFile" : " Dockerfile" ,
4
- "extensions" : [
5
- " rebornix.Ruby" ,
6
- ],
7
- "runArgs" : [],
4
+
8
5
// Uncomment the next line if you want to publish any ports.
9
6
// "appPort": ["80:80"],
10
7
8
+ // Uncomment the next line if you want to add in default container specific settings.json values
9
+ // "settings": { "workbench.colorTheme": "Quiet Light" },
10
+
11
11
// Uncomment the next line to run commands after the container is created.
12
- // "postCreateCommand": "cd ${input:projectName} && bundle install"
12
+ // "postCreateCommand": "cd ${input:projectName} && bundle install",
13
+
14
+ "extensions" : [
15
+ " rebornix.Ruby" ,
16
+ ]
13
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Ruby 2 Sinatra" ,
3
3
"dockerFile" : " Dockerfile" ,
4
- "extensions" : [
5
- " rebornix.Ruby"
6
- ],
7
4
8
5
// Uncomment and edit the next line if you want to publish any ports.
9
6
// "appPort": ["4567:4567"]
10
7
8
+ // Uncomment the next line if you want to add in default container specific settings.json values
9
+ // "settings": { "workbench.colorTheme": "Quiet Light" },
10
+
11
11
// Uncomment the next line to run commands after the container is created.
12
- // "postCreateCommand": ""
12
+ // "postCreateCommand": "",
13
13
14
+ "extensions" : [
15
+ " rebornix.Ruby"
16
+ ]
14
17
}
You can’t perform that action at this time.
0 commit comments