Skip to content

Commit

Permalink
Remove unused Azure Functions Core Tools from Dev Contaner
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
robinmanuelthiel committed Jun 9, 2024
1 parent b17545a commit 6f44006
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"extensions": [
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit",
"ms-dotnettools.dotnet-interactive-vscode",
"ms-dotnettools.dotnet-interactive-vscode",
"ms-azuretools.vscode-bicep",
"ms-azuretools.azure-dev",
"ms-azuretools.azure-dev",
"ms-python.python",
"ms-toolsai.jupyter",
"ms-semantic-kernel.semantic-kernel",
"esbenp.prettier-vscode",
"esbenp.prettier-vscode",
"GitHub.copilot",
"ms-azuretools.vscode-docker"
]
Expand Down Expand Up @@ -55,10 +55,6 @@
"ghcr.io/devcontainers/features/python:1": {
"version": "3.11",
"installJupyterlab": true
},
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {
"version": "latest"
}
}
}

}
}

0 comments on commit 6f44006

Please sign in to comment.