Eden
Eden

Reputation: 4196

VS Code - Tabs reload when switching

Every time I switch tabs on VS Code the content of the tab is being reloaded. It might not be a problem when developing on local machine, but I'm connected to a remote a machine using WinSShFS.

Can I cache the file locally and only access the remote server on save and first load?

Thanks,

Upvotes: 2

Views: 605

Answers (1)

Brynden
Brynden

Reputation: 37653

Unfortunately, not at this time. When you switch to a tab that has a file from a network drive open, Visual Studio Code reloads said file. That's an issue with the way Visual Studio Code's tabbing system was originally designed

The Visual Studio Code team has an item in their backlog that includes this specific "problem". It would appear that this isn't a priority for them yet, so a time-frame for when you could expect a fix for this, cannot yet be provided.

Upvotes: 3

Related Questions