Azure repos extension - TFVC support is limited to Local workspaces
Azure Repos extension issue in VS Code
Most frequently you may face this error if you are using Azure repos extension in VS Code.
It appears you are using a Server workspace. Currently, TFVC support is limited to Local workspaces
You will see this error even though you are using local workspaces. Even Teams sign in does not resolve the issue most of the times. Not sure whether it is an issue with extension or VS Code. We can fix this by performing following activities. Unfortunately, you have to do this whenever you get above issue.
- Open Developer Command Prompt for VS 2017/2019. It depends on the version of tf.exe you have configured in VS Code.
- Navigate to workspace root folder
- Enter tf workspace
- Login with your credentials
- Reopen VS Code
It should resolve the issue now.
Comments
Post a Comment