Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 063ef69

Browse files
authored
extension list updated (#4)
* extension list updated * csharp extension name fixed
1 parent 875d89a commit 063ef69

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

.devcontainer/devcontainer.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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+
2626
}

.vscode/extensions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"recommendations": [
33
"ms-azuretools.vscode-azurefunctions",
4-
"ms-dotnettools.csharp"
4+
"ms-azuretools.vscode-docker",
5+
"ms-dotnettools.csharp",
6+
"hashicorp.terraform"
57
]
68
}

0 commit comments

Comments
 (0)