Using VS Code along with IntelliJ Auto Sync Files

Answered

I am using VS Code to edit typescript files and am wanting IntelliJ to automatically pick up the changes in the files and allow me to push them to TFS without having to manually right click the file TFS > Edit and then right click on the file and Sync.

0
8 comments

Use File | Synchronize or enable this option:

0

I do that and it still doesn't show up when I go to commit my changes without manually syncing the file

0

Do you mean that you don't see the changes in the file even if you do File | Synchronize?

0

No I see the change in the File in IntelliJ but when I go to commit my change to TFS it doesn't seem to see that the files has changed

0

Does it work if you change the file directly in IntelliJ IDEA? What are your VCS root mappings in IntelliJ IDEA? Do you have it configured to track the changes under the project roots?

0

It also doesn't work when I directly change it in IntelliJ. The files that aren't detecting the changes are the Typescript and Html files while the Java files changes are picked up.

0

My control mappings are correct and the problem persists

0

Please sign in to leave a comment.