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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 15, 2019
2 parents 0c9e7cc + b80366b commit 125189f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions containers/dotnetcore-latest/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": ".C# (.NET Core Latest)",
"name": "C# (.NET Core Latest)",
"dockerFile": "Dockerfile",
"appPort": 8090,
"extensions": [
"ms-vscode.csharp"
]
}
}
2 changes: 1 addition & 1 deletion containers/python-3-django/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Django",
"name": "Python 3 & Django",
"dockerFile": "Dockerfile",
"appPort": 8080,
"extensions": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Jupyter PySpark",
"name": "Python 3, Jupyter, & PySpark",
"dockerComposeFile": "docker-compose.yml",
"service": "jupyter",
"workspaceFolder": "/notebooks",
Expand Down

0 comments on commit 125189f

Please sign in to comment.