Skip to content

Commit fb6062b

Browse files
authored
Merge branch 'main' into Support_dotnet_10.0-preview
2 parents f7706e9 + 01f5246 commit fb6062b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/docker-existing-dockerfile/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "docker-existing-dockerfile",
33
"version": "1.3.2",
44
"name": "Existing Dockerfile",
5-
"description": "Sample illustrating reuse of an existing Dockefile.",
5+
"description": "Sample illustrating reuse of an existing Dockerfile.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile",
77
"publisher": "Dev Container Spec Maintainers",
88
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",

src/markdown/.devcontainer/devcontainer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
"vscode": {
1515
// Add the IDs of extensions you want installed when the container is created.
1616
"extensions": [
17-
"yzhang.markdown-all-in-one",
1817
"streetsidesoftware.code-spell-checker",
1918
"DavidAnson.vscode-markdownlint",
20-
"shd101wyy.markdown-preview-enhanced",
2119
"bierner.github-markdown-preview"
2220
]
2321
}

0 commit comments

Comments
 (0)