I am sharing my project in Live share in Visual Studio Code and I have problem with scrolling. Everytime I scroll, other users see it. Is it possible to disable scrolling synchronization and work independently?
Asked
Active
Viewed 1,268 times
1 Answers
2
In your user settings (VS-Code), set "explorer.autoReveal": false
. It is listed under "File Explorer" on the default settings side.

MJK618
- 161
- 3
- 5
- 14