Skip to content

Use new VS Code filesystem API. #8307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Nov 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ec02f55
Use the new API for deleting files and directories.
ericsnowcurrently Oct 21, 2019
80fd402
Move listdir() to the new API.
ericsnowcurrently Oct 22, 2019
3e4bdac
Move readText() to the new API.
ericsnowcurrently Oct 23, 2019
033e328
Use the new API for stat (async-only and not lstat).
ericsnowcurrently Oct 29, 2019
a448101
Use the new API for writeText().
ericsnowcurrently Oct 29, 2019
337f4aa
Use the new API for copyFile().
ericsnowcurrently Oct 29, 2019
d95f92d
Use the new API for mkdirp().
ericsnowcurrently Oct 30, 2019
9815646
Add a NEWS entry.
ericsnowcurrently Nov 4, 2019
5b8f6cf
Fix the crypto tests.
ericsnowcurrently Nov 5, 2019
027cf5c
Fix WorkspaceSymbolProvider tests.
ericsnowcurrently Nov 5, 2019
5c089b1
Fix datascience functional tests.
ericsnowcurrently Nov 5, 2019
adc9d3d
Make sure the DOES_NOT_EXIST file really does not exist.
ericsnowcurrently Nov 6, 2019
fdf374a
Fix the listdir() system test.
ericsnowcurrently Nov 6, 2019
1fc8d26
Fix the stat() system tests.
ericsnowcurrently Nov 7, 2019
5e455f0
Fix the getFiles() system tests.
ericsnowcurrently Nov 7, 2019
35c5b1b
Work around upstream bugs in the new "fs" API.
ericsnowcurrently Nov 7, 2019
838a8a5
Drop a dead comment.
ericsnowcurrently Nov 12, 2019
06125c2
newapi -> vscfs
ericsnowcurrently Nov 12, 2019
abac978
Clarify about the "vscode" flag in IocContainer.
ericsnowcurrently Nov 12, 2019
14aeeb5
Simplify some test setup.
ericsnowcurrently Nov 12, 2019
81fe4d6
lint
ericsnowcurrently Nov 14, 2019
45da615
Support passing args to withDefaults().
ericsnowcurrently Nov 26, 2019
81e7ae3
path -> paths
ericsnowcurrently Nov 26, 2019
faa1c66
fs -> fs-extra.
ericsnowcurrently Nov 26, 2019
d9e54d2
Fix LegacyFileSystem.
ericsnowcurrently Nov 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions news/3 Code Health/6911.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use the new VS Code filesystem API as much as possible.
Loading