From 7117f03ed6cdd88af7d11b22c2a7e57d7076088d Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 24 Aug 2021 00:15:15 -0700 Subject: [PATCH] Update CONTRIBUTING.md (#45552) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ce25d161ba..391a92de5cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ In general, things we find useful when reviewing suggestions are: ### Using a development container -This repository includes a [development container](https://code.visualstudio.com/docs/remote/containers) that you can use to quickly create an isolated development environment with all the tools you need to start working on TypeScript. To get started with a dev container and VS Code, either: +If you prefer to develop using containers, this repository includes a [development container](https://code.visualstudio.com/docs/remote/containers) that you can use to quickly create an isolated development environment with all the tools you need to start working on TypeScript. To get started with a dev container and VS Code, either: - Clone the TypeScript repository locally and use the `Open Folder in Container` command. - Use the `Clone Repository in Container Volume` command to clone the TypeScript repository into a new container.