Files
vscode/extensions
Matt BiernerandGitHub 3a02b99fe8 Try to request workspace content caching on commit (#185920)
For #175972

Here's what believe is happening:

- Workspace opens. We download the archive for the current commit
- User makes a commit
- The commit has now changed, which invalidates the archive. However TS doesn't know this (all the uris seem to stay the same). This means that we silently start going to the network again on file system operations

To fix this, we're going to try re-requesting the archive when a file system change event is fired for the workspace root. This should happen when a commit is made
2023-06-22 15:33:06 -07:00
..
2023-06-02 13:54:16 +02:00
2023-04-28 17:43:01 +02:00
2023-06-02 13:54:16 +02:00
2023-06-16 19:10:07 +02:00
2023-06-16 21:38:37 +02:00
2023-06-20 15:02:32 -07:00
2023-04-17 21:27:38 +01:00
2023-05-29 21:12:30 +02:00
2023-06-16 21:38:37 +02:00
2023-05-22 12:15:44 +02:00
2023-06-01 09:40:34 +08:00
2023-06-02 13:54:16 +02:00
2023-06-17 20:08:06 +08:00
2023-06-02 13:54:16 +02:00
2023-06-01 21:07:19 +02:00
2023-06-01 21:07:19 +02:00