Files
rust/editors/code/src
bors[bot] 388a91c8a8 Merge #8951
8951: internal: migrate to vscode.FileSystem API r=matklad a=wxb1ank

I encountered an error where `bootstrap()` attempts to create a directory with the path `C:\C:\...`. I couldn't find this reported anywhere else. Using the `vscode.FileSystem` API instead of the `fs` one works here. I assume the latter automatically prepends `C:\` to paths whereas the former does not. I don't know if this suggests `vscode.FileSystem` should be used in more places for consistency.

Co-authored-by: wxb1ank <wxblank@gmail.com>
2021-06-14 10:30:10 +00:00
..
2020-05-25 12:14:44 +02:00
2021-05-26 01:11:52 +03:00
2021-06-14 10:30:10 +00:00
fix
2021-06-07 17:56:40 +01:00
2021-04-22 18:59:03 +03:00
2021-05-21 23:59:52 +02:00
2021-05-23 13:43:06 +03:00
2021-06-02 13:58:14 -04:00
2021-04-22 18:59:03 +03:00