forked from microsoft/vscode-remote-try-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Try Out Development Containers: Python | ||
|
||
This is a sample project to go along with the "try" quick start for the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension. | ||
This is a sample project to go along with the "Try a dev container" quick start for the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension. | ||
|
||
**If you aren't already following the quick start, [see here](#setting-up-the-development-container).** | ||
**If you aren't already following the quick start, [see below](#setting-up-the-development-container).** | ||
|
||
## Things to try | ||
|
||
One you have this sample opened in a container, you'll be able to work with it like you would locally. | ||
Once you have this sample opened in a container, you'll be able to work with it like you would locally. | ||
|
||
Some things to try: | ||
|
||
|
@@ -33,7 +33,7 @@ Some things to try: | |
|
||
Follow these steps to open this sample in a container: | ||
|
||
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 get set up. | ||
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). | ||
|
||
2. If you're not yet in a development container: | ||
1. Clone this repository. | ||
|
@@ -60,5 +60,5 @@ contact [[email protected]](mailto:[email protected]) with any additio | |
|
||
## License | ||
|
||
Copyright © Microsoft Corporation All rights reserved.<br /> | ||
Copyright © Microsoft Corporation All rights reserved.<br /> | ||
Licensed under the MIT License. See LICENSE in the project root for license information. |