Tech Learner
Tech Learner

Reputation: 1317

Visual Studio Code changes not reflecting in TFS

I have opened Angular application from locally mapped TFS path using VS Code. When I make some changes in application files, changes are not reflecting in TFS. (i.e.., Files are not checked-out.) When I select, check-in pending changes, it shows 'no pending changes'.

Do I need to modify/configure any other settings?

Upvotes: 1

Views: 1297

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51093

First, make sure you have installed and configured Visual Studio Code and the integration of TFVC properly. Detail steps please refer my answer in this link.

According to your description, please also double check your workspace's configuration if you are using local workspace or not.

enter image description here

A local workspace does automatic detection of changed files. A server workspace requires explicit check out/in to notify the server of pending changes.

Upvotes: 1

Related Questions