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

Commit 125189f

Browse files
committed
2 parents 0c9e7cc + b80366b commit 125189f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": ".C# (.NET Core Latest)",
2+
"name": "C# (.NET Core Latest)",
33
"dockerFile": "Dockerfile",
44
"appPort": 8090,
55
"extensions": [
66
"ms-vscode.csharp"
77
]
8-
}
8+
}

containers/python-3-django/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Django",
2+
"name": "Python 3 & Django",
33
"dockerFile": "Dockerfile",
44
"appPort": 8080,
55
"extensions": [

containers/python-3-jupyter-pyspark/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Jupyter PySpark",
2+
"name": "Python 3, Jupyter, & PySpark",
33
"dockerComposeFile": "docker-compose.yml",
44
"service": "jupyter",
55
"workspaceFolder": "/notebooks",

0 commit comments

Comments
 (0)