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

Commit fd3673d

Browse files
committed
Renamed root folder and PR suggestions
1 parent 4b6dc7b commit fd3673d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

containers/azure-functions-pwsh-6.2.3/.devcontainer/devcontainer.json renamed to containers/azure-functions-pwsh-6/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Use 'settings' to set *default* container specific settings.json values on container create.
66
// You can edit these settings after create using File > Preferences > Settings > Remote.
77
"settings": {
8-
"terminal.integrated.shell.linux": "/bin/bash"
8+
"terminal.integrated.shell.linux": "/usr/bin/pwsh"
99
},
1010
// Uncomment the next line to run commands after the container is created.
1111
// "postCreateCommand": "dotnet restore",
@@ -18,4 +18,4 @@
1818
"ms-azuretools.vscode-azurefunctions",
1919
"ms-vscode.powershell"
2020
]
21-
}
21+
}

containers/azure-functions-pwsh-6.2.3/.devcontainer/dockerfile renamed to containers/azure-functions-pwsh-6/.devcontainer/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ RUN apt-get update \
8989
}"
9090

9191
# Switch back to dialog for any ad-hoc use of apt-get
92-
ENV DEBIAN_FRONTEND=
92+
ENV DEBIAN_FRONTEND=
File renamed without changes.

containers/azure-functions-pwsh-6.2.3/README.md renamed to containers/azure-functions-pwsh-6/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This definition requires an Azure subscription to use. You can create a [free ac
2323

2424
3. To use latest-and-greatest copy of this definition from the repository:
2525
1. Clone this repository.
26-
2. Copy the contents of `containers/azure-functions-dotnetcore-latest/.devcontainer` to the root of your project folder.
26+
2. Copy the contents of `containers/azure-functions-pwsh-6/.devcontainer` to the root of your project folder.
2727
3. Start VS Code and open your project folder.
2828

2929
4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
@@ -37,7 +37,7 @@ This definition includes some test code that will help you verify it is working
3737
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
3838
2. Clone this repository.
3939
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
40-
4. Select the `containers/azure-functions-dotnetcore-latest` folder.
40+
4. Select the `containers/azure-functions-pwsh-6` folder.
4141
5. After the folder has opened in the container, press <kbd>F1</kbd> and select **Azure Functions: Create Function...**.
4242
6. Enter these options:
4343
1. Yes (when prompted to create a new project)

0 commit comments

Comments
 (0)