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: docs/ide/advanced-feature-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Azure DevOps Services are cloud-based services for planning, hosting, automating
100
100
101
101
Team Foundation Server (TFS) is the application lifecycle management hub for Visual Studio. It enables everyone involved with the development process to participate using a single solution. TFS is useful for managing heterogeneous teams and projects, too.
102
102
103
-
If you have an Azure DevOps Services organization or a Team Foundation Server on your network, you connect to it through the **Team Explorer** window in Visual Studio. From this window you can check code into or out of source control, manage work items, start builds, and access team rooms and workspaces. You can open **Team Explorer** from the **Quick Launch** box, or on the main menu from **View** > **Team Explorer** or from **Team** > **Manage Connections**.
103
+
If you have an Azure DevOps organization or a Team Foundation Server on your network, you connect to it through the **Team Explorer** window in Visual Studio. From this window you can check code into or out of source control, manage work items, start builds, and access team rooms and workspaces. You can open **Team Explorer** from the **Quick Launch** box, or on the main menu from **View** > **Team Explorer** or from **Team** > **Manage Connections**.
104
104
105
105
The following image shows the **Team Explorer** window for a solution that is hosted in Azure DevOps Services.
Copy file name to clipboardExpand all lines: docs/ide/how-to-unlock-visual-studio.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ You can evaluate Visual Studio for free up to 30 days. Signing into the IDE exte
21
21
22
22
## To unlock Visual Studio using an online subscription
23
23
24
-
To unlock Visual Studio using a Visual Studio subscription or an Azure DevOps Services organization associated with a Microsoft account, or a work or school account:
24
+
To unlock Visual Studio using a Visual Studio subscription or an Azure DevOps organization associated with a Microsoft account, or a work or school account:
25
25
26
26
1. Click on the **Sign in** button in the upper right corner of the IDE (or go to **File** > **Account Settings** to open the **Account Settings** dialog and click on the **Sign in** button).
27
27
28
-
1. Enter the credentials for either a Microsoft account or a work or school account. Visual Studio finds a Visual Studio subscription or an Azure DevOps Services organization associated with your account.
28
+
1. Enter the credentials for either a Microsoft account or a work or school account. Visual Studio finds a Visual Studio subscription or an Azure DevOps organization associated with your account.
29
29
30
30
> [!IMPORTANT]
31
-
> Visual Studio automatically looks for associated online subscriptions when you connect to an Azure DevOps Services organization from the **Team Explorer** tool window. When you connect to an Azure DevOps Services organization, you can sign in using both Microsoft and work or school accounts. If an online subscription exists for that user account, Visual Studio will automatically unlock the IDE for you.
31
+
> Visual Studio automatically looks for associated online subscriptions when you connect to an Azure DevOps organization from the **Team Explorer** tool window. When you connect to an Azure DevOps organization, you can sign in using both Microsoft and work or school accounts. If an online subscription exists for that user account, Visual Studio will automatically unlock the IDE for you.
Copy file name to clipboardExpand all lines: docs/ide/signing-in-to-visual-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Here's a full list of what you can expect and what you can do after you sign in:
31
31
32
32
-**Extend the Visual Studio trial period** - You can use Visual Studio Professional or Visual Studio Enterprise for an additional 90 days, instead of being limited to the trial period of 30 days.
33
33
34
-
-**Unlock Visual Studio if you use an account that's associated with a Visual Studio subscription or an Azure DevOps Services organization**. See [How to unlock Visual Studio](../ide/how-to-unlock-visual-studio.md).
34
+
-**Unlock Visual Studio if you use an account that's associated with a Visual Studio subscription or an Azure DevOps organization**. See [How to unlock Visual Studio](../ide/how-to-unlock-visual-studio.md).
35
35
36
36
-**Automatically connect to services such as Azure and Azure DevOps Services** in the IDE without prompting again for credentials for the same account.
Copy file name to clipboardExpand all lines: mac/tf-version-control.md
+18-17Lines changed: 18 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.technology: vs-ide-general
9
9
ms.assetid: 52D3D26A-4D01-4FD1-AAA1-AE7D7BD39746
10
10
---
11
11
12
-
# Connecting to Team Foundation Version Control
12
+
# Connecting to Team Foundation Version Control
13
13
14
14
> [!NOTE]
15
15
> **Note**: Team Foundation Version Control support is currently in preview and some functionality is not yet fully working. We'd love feedback from you on any issues at [Developer Community](https://developercommunity.visualstudio.com/spaces/41/index.html). More changes are still to come!
@@ -26,15 +26,15 @@ Azure Repos provides two models of version control: Git, which is distributed ve
26
26
27
27
In Visual Studio for Mac, choose **Visual Studio > Extensions...** from the menu. In the **Gallery** tab, select **Version Control > Team Foundation Version Control for TFS and VSTS** and click **Install…**:
28
28
29
-

29
+

30
30
31
31
Follow the prompts to install the extension. Once it's installed, restart the IDE.
32
32
33
33
## Updating the extension
34
34
35
35
Updates to the TFVC extension are made periodically. To access updates, choose **Visual Studio > Extensions...** from the menu and select the **Updates** tab. Select the extension in the list and press the **Update** button:
Press **Install** on the next dialog to uninstall the old package and install the new one.
40
40
@@ -58,7 +58,7 @@ When you select a project that is hosted on Azure Repos, you're prompted to ente
58
58
59
59
### TFS Authentication
60
60
61
-
To connect to TFS, enter the server details and your account credentials. Enter a domain to use NTLM authentication, otherwise leave blank to use basic authentication. Select **Add Server**:
61
+
To connect to TFS, enter the server details and your account credentials. Enter a domain to use NTLM authentication, otherwise leave blank to use basic authentication. Select **Add Server**:
62
62
63
63

64
64
@@ -70,7 +70,7 @@ Once you've successfully authenticated, you can see a list of repositories that
70
70
71
71
This dialog is organized with the following nodes:
72
72
73
-
- Azure DevOps Services organization or collection – This displays all organizations connected to the Microsoft account you logged in with.
73
+
- Azure DevOps organization or collection – This displays all organizations connected to the Microsoft account you logged in with.
74
74
- Projects - In each organization or collection, you can have a number of projects. A project is where source code, work items, and automated builds are hosted.
75
75
76
76
At this point, you can search and filter by the name of a project or organization.
@@ -119,24 +119,24 @@ Many of these actions are available through context actions on the project:
119
119
120
120
If you haven't already created a workspace, as described in the [Creating a workspace](#creating-a-new-workspace) section, you'll notice that the Source Code Explorer is empty:
To set up your remote project with a local workspace, use the following steps:
125
125
126
126
1. Select the **Server** from the combobox.
127
127
1. Note that there are "no workspaces" and that the Local Path is "Not Mapped". Select the **Not Mapped** link to display the **Create new Workspace** dialog.
128
128
1. Provide a name for the workspace and then click **Add Working Folder** to map the project to a local folder on your computer:
129
-
130
-

129
+
130
+

131
131
132
132
1. Select the "$" folder to map all projects on your server to the same workspace, or select an individual project, and click **OK**:
133
-
134
-

133
+
134
+

135
135
136
136
1. Select the location on your local machine that you wish to map the project(s) to and click **Select Folder**.
137
137
1. Confirm the details of the new workspace by pressing **OK**
138
-
139
-

138
+
139
+

140
140
141
141
Once your workspace is set up, it can be changed or removed by clicking the **Manage Workspaces** button in the Source Code Explorer.
142
142
@@ -154,14 +154,15 @@ The following options can be used to authenticate with a server:
154
154
155
155
To use basic authentication it is necessary to enable **Alternative authentication credentials** in Azure DevOps Services, by following the steps below:
156
156
157
-
1. Sign in to your Azure DevOps Services organization as the owner (https://dev.azure.com/{organization}/{project}).
157
+
1. Sign in to your Azure DevOps organization as the owner (https://dev.azure.com/{organization}/{project}).
158
+
158
159
2. From your organization toolbar, select the gear icon and select **Policy**:
- Next, select the Azure DevOps Services organization you want to use and click **Confirm**. (If you have not yet set up Azure DevOps Services, visit the [Benefits](https://my.visualstudio.com/benefits) page and activate your Azure DevOps Services benefit.)
42
+
- Next, select the Azure DevOps organization you want to use and click **Confirm**. (If you have not yet set up Azure DevOps Services, visit the [Benefits](https://my.visualstudio.com/benefits) page and activate your Azure DevOps Services benefit.)
0 commit comments