You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
This repo template is built to help you get started developing your Azure DevOps-based codebases using Codespaces and Visual Studio. To get started, simply perform the following steps 👍
4
4
5
-
**From GitHub:**
5
+
**From GitHub.com:**
6
+
6
7
1. Click the `Use this template` button in order to create a new repo from this template. Name it whatever you'd like!
7
-
1. Open up the `.devcontainer/devcontainer.json` file and replace the `codespace.subRepos.url` property to point at your Azure DevOps repo
8
+
1. Open up the `.devcontainer/devcontainer.json` file and replace the `<url>` placeholder in the `postCreateCommand` property to point at your Azure DevOps repo
8
9
9
10
**From Visual Studio:**
11
+
10
12
1. Sign in with your GitHub account
11
13
1. Create a new Codespace using the repo you created above
12
14
1. If needed, you'll be prompted to sign into Azure DevOps
0 commit comments