diff --git a/containers/azure-functions-java-8/.devcontainer/Dockerfile b/containers/azure-functions-java-8/.devcontainer/Dockerfile index 6b184d5b38..015f6973c7 100644 --- a/containers/azure-functions-java-8/.devcontainer/Dockerfile +++ b/containers/azure-functions-java-8/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ FROM maven:3-jdk-8 -# Copy endpoint specific user settings overrides into container to specify Java path +# Copy endpoint specific user settings into container to specify Java path COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json # Configure apt diff --git a/containers/cpp/README.md b/containers/cpp/README.md index 5d46e6b9ed..cb490f1ad4 100644 --- a/containers/cpp/README.md +++ b/containers/cpp/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/dart/README.md b/containers/dart/README.md index 413fef81c5..7ac13d4707 100644 --- a/containers/dart/README.md +++ b/containers/dart/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/debian-9-git/README.md b/containers/debian-9-git/README.md index 19a6a4d94c..e5e64a9e9c 100644 --- a/containers/debian-9-git/README.md +++ b/containers/debian-9-git/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile b/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile index 98833eeb63..2d9bdd787d 100644 --- a/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile +++ b/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:2.1 -# Copy endpoint specific user settings overrides into container to specify +# Copy endpoint specific user settings into container to specify # .NET Core should be used as the runtime. COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json diff --git a/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile b/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile index ad20629337..24add7fa73 100644 --- a/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile +++ b/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:latest -# Copy endpoint specific user settings overrides into container to specify +# Copy endpoint specific user settings into container to specify # .NET Core should be used as the runtime. COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json diff --git a/containers/go/README.md b/containers/go/README.md index 571f4050f2..a61664c96a 100644 --- a/containers/go/README.md +++ b/containers/go/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/java-11/.devcontainer/Dockerfile b/containers/java-11/.devcontainer/Dockerfile index afa19e344d..85338b4507 100644 --- a/containers/java-11/.devcontainer/Dockerfile +++ b/containers/java-11/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ FROM maven:3-jdk-11 -# Copy endpoint specific user settings overrides into container to specify Java path +# Copy endpoint specific user settings into container to specify Java path COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json # Configure apt diff --git a/containers/java-8/.devcontainer/Dockerfile b/containers/java-8/.devcontainer/Dockerfile index bc7407e24d..81db6fc8c8 100644 --- a/containers/java-8/.devcontainer/Dockerfile +++ b/containers/java-8/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ FROM maven:3-jdk-8 -# Copy endpoint specific user settings overrides into container to specify Java path +# Copy endpoint specific user settings into container to specify Java path COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json # Configure apt diff --git a/containers/javascript-node-8/README.md b/containers/javascript-node-8/README.md index 54a299837d..97af30ab47 100644 --- a/containers/javascript-node-8/README.md +++ b/containers/javascript-node-8/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/javascript-node-lts-mongo/README.md b/containers/javascript-node-lts-mongo/README.md index f7ec600ddb..7ed0917d66 100644 --- a/containers/javascript-node-lts-mongo/README.md +++ b/containers/javascript-node-lts-mongo/README.md @@ -10,7 +10,7 @@ | *Definition type* | Docker Compose | | *Languages, platforms* | Node.js, JavaScript, Mongo DB | -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/javascript-node-lts/README.md b/containers/javascript-node-lts/README.md index 8670146e14..81d7d02096 100644 --- a/containers/javascript-node-lts/README.md +++ b/containers/javascript-node-lts/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/php-7/README.md b/containers/php-7/README.md index c26af58336..270b0292f1 100644 --- a/containers/php-7/README.md +++ b/containers/php-7/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/powershell/README.md b/containers/powershell/README.md index 7ca76ce526..c03cb3078d 100644 --- a/containers/powershell/README.md +++ b/containers/powershell/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/python-2/.devcontainer/Dockerfile b/containers/python-2/.devcontainer/Dockerfile index e4f3e3f0c7..522c322fc1 100644 --- a/containers/python-2/.devcontainer/Dockerfile +++ b/containers/python-2/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ FROM python:2 -# Copy endpoint specific user settings overrides into container to specify Python path +# Copy endpoint specific user settings into container to specify Python path COPY .devcontainer/settings.vscode.json /root/.vscode-remote/data/Machine/settings.json # Install git, process tools diff --git a/containers/ruby-2/README.md b/containers/ruby-2/README.md index 0dcd27690b..0c9a6f82dc 100644 --- a/containers/ruby-2/README.md +++ b/containers/ruby-2/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/rust/README.md b/containers/rust/README.md index ac78e3be8c..f5e4cb8c54 100644 --- a/containers/rust/README.md +++ b/containers/rust/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. The `Cargo.toml` file in the root of this folder is for the test project and is not included in the dev container definition. Just follow these steps to use the definition: +This definition does not require any special steps to use. The `Cargo.toml` file in the root of this folder is for the test project and is not included in the dev container definition. Just follow these steps to use the definition: 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. diff --git a/containers/swift-4/README.md b/containers/swift-4/README.md index 42ee21f91b..5d811d30cc 100644 --- a/containers/swift-4/README.md +++ b/containers/swift-4/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/typescript-node-8/README.md b/containers/typescript-node-8/README.md index 8a12a4d90d..5f8d952cf4 100644 --- a/containers/typescript-node-8/README.md +++ b/containers/typescript-node-8/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/typescript-node-lts/README.md b/containers/typescript-node-lts/README.md index d00308534d..1395403860 100644 --- a/containers/typescript-node-lts/README.md +++ b/containers/typescript-node-lts/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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. diff --git a/containers/ubuntu-18.04-git/README.md b/containers/ubuntu-18.04-git/README.md index 52acf024f3..ee726d7ae9 100644 --- a/containers/ubuntu-18.04-git/README.md +++ b/containers/ubuntu-18.04-git/README.md @@ -12,7 +12,7 @@ ## Using this definition with an existing folder -This definition does require any special steps to use. Just follow these steps: +This definition does not require any special steps to use. Just follow these steps: 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.