Skip to content

Commit a314016

Browse files
committed
Add GitHub extension
1 parent eed7043 commit a314016

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.devcontainer/devcontainer.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
"context": ".."
66
},
77
"extensions": [
8-
"davidanson.vscode-markdownlint",
9-
"docsmsft.docs-markdown",
10-
"docsmsft.docs-yaml",
11-
"ms-azuretools.vscode-docker",
12-
"ms-python.python",
13-
"ms-python.vscode-pylance",
14-
"ms-vscode.powershell",
15-
"redhat.vscode-yaml"
16-
],
8+
"davidanson.vscode-markdownlint",
9+
"docsmsft.docs-markdown",
10+
"docsmsft.docs-yaml",
11+
"github.vscode-pull-request-github",
12+
"ms-azuretools.vscode-docker",
13+
"ms-python.python",
14+
"ms-python.vscode-pylance",
15+
"ms-vscode.powershell",
16+
"redhat.vscode-yaml"
17+
],
1718
"forwardPorts": [
1819
8000,
1920
8888

0 commit comments

Comments
 (0)