1
- {
2
- "name" : " Azure Functions & C# (.NET Core 3.1)" ,
3
- "dockerFile" : " Dockerfile" ,
4
- "forwardPorts" : [ 7071 ],
5
-
6
- // Set *default* container specific settings.json values on container create.
7
- "settings" : {
8
- "terminal.integrated.shell.linux" : " /bin/bash"
9
- },
10
-
11
- // Add the IDs of extensions you want installed when the container is created.
12
- "extensions" : [
13
- " ms-azuretools.vscode-azurefunctions" ,
14
- " ms-dotnettools.csharp" ,
15
- " mauve .terraform" ,
16
- " ms-vscode.azurecli" ,
17
- " ms-azuretools.vscode-docker"
18
- ],
19
-
20
- // Use 'postCreateCommand' to run commands after the container is created.
21
- "postCreateCommand" : " dotnet restore ./src" ,
22
-
23
- // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
24
- // "remoteUser": "vscode"
25
-
1
+ {
2
+ "name" : " Azure Functions & C# (.NET Core 3.1)" ,
3
+ "dockerFile" : " Dockerfile" ,
4
+ "forwardPorts" : [ 7071 ],
5
+
6
+ // Set *default* container specific settings.json values on container create.
7
+ "settings" : {
8
+ "terminal.integrated.shell.linux" : " /bin/bash"
9
+ },
10
+
11
+ // Add the IDs of extensions you want installed when the container is created.
12
+ "extensions" : [
13
+ " ms-azuretools.vscode-azurefunctions" ,
14
+ " ms-dotnettools.csharp" ,
15
+ " hashicorp .terraform" ,
16
+ " ms-vscode.azurecli" ,
17
+ " ms-azuretools.vscode-docker"
18
+ ],
19
+
20
+ // Use 'postCreateCommand' to run commands after the container is created.
21
+ "postCreateCommand" : " dotnet restore ./src" ,
22
+
23
+ // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
24
+ // "remoteUser": "vscode"
25
+
26
26
}
0 commit comments