Skip to content
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

Integrate VSCode API FileSystemProvider in FileSystem #7269

Closed
tsmaeder opened this issue Mar 4, 2020 · 2 comments
Closed

Integrate VSCode API FileSystemProvider in FileSystem #7269

tsmaeder opened this issue Mar 4, 2020 · 2 comments
Assignees
Labels
filesystem issues related to the filesystem vscode issues related to VSCode compatibility

Comments

@tsmaeder
Copy link
Contributor

tsmaeder commented Mar 4, 2020

Currently, when we register a file system provider via the VS Code API, we only register a resource provider. This means that we cannot do many interesting things like listing directories or accessing raw byte content or deleting files for files provided by plugins.
I propose that we refactor file system support to be modeled on VS Code files system providers with the node file system just being the provider for the "file" scheme.

@tsmaeder
Copy link
Contributor Author

tsmaeder commented Mar 4, 2020

Possible dupe: #7127 but I'm not sure what @akosyakov means there.

@vince-fugnitto vince-fugnitto added filesystem issues related to the filesystem vscode issues related to VSCode compatibility labels Mar 4, 2020
@akosyakov
Copy link
Member

@tsmaeder it is fine to close #7127.

Yes, we should do it. It has to be done diligently though, FileSystem is very commonly used API.

@akosyakov akosyakov self-assigned this Apr 7, 2020
akosyakov added a commit that referenced this issue May 15, 2020
akosyakov added a commit that referenced this issue May 15, 2020
akosyakov added a commit that referenced this issue May 18, 2020
akosyakov added a commit that referenced this issue May 18, 2020
akosyakov added a commit that referenced this issue May 27, 2020
akosyakov added a commit that referenced this issue May 27, 2020
akosyakov added a commit that referenced this issue May 27, 2020
akosyakov added a commit that referenced this issue May 28, 2020
akosyakov added a commit that referenced this issue May 28, 2020
akosyakov added a commit that referenced this issue May 28, 2020
akosyakov added a commit that referenced this issue May 28, 2020
akosyakov added a commit that referenced this issue May 29, 2020
akosyakov added a commit that referenced this issue Jun 2, 2020
akosyakov added a commit that referenced this issue Jun 2, 2020
akosyakov added a commit that referenced this issue Jun 2, 2020
akosyakov added a commit that referenced this issue Jun 3, 2020
akosyakov added a commit that referenced this issue Jun 3, 2020
akosyakov added a commit that referenced this issue Jun 3, 2020
akosyakov added a commit that referenced this issue Jun 5, 2020
akosyakov added a commit that referenced this issue Jun 16, 2020
akosyakov added a commit that referenced this issue Jun 16, 2020
akosyakov added a commit that referenced this issue Jun 17, 2020
akosyakov added a commit that referenced this issue Jun 17, 2020
akosyakov added a commit that referenced this issue Jun 28, 2020
akosyakov added a commit that referenced this issue Jun 28, 2020
akosyakov added a commit that referenced this issue Jun 29, 2020
akosyakov added a commit that referenced this issue Jun 29, 2020
akosyakov added a commit that referenced this issue Jun 30, 2020
akosyakov added a commit that referenced this issue Jun 30, 2020
akosyakov added a commit that referenced this issue Jun 30, 2020
akosyakov added a commit that referenced this issue Jul 1, 2020
akosyakov added a commit that referenced this issue Jul 1, 2020
akosyakov added a commit that referenced this issue Jul 2, 2020
akosyakov added a commit that referenced this issue Jul 5, 2020
akosyakov added a commit that referenced this issue Jul 7, 2020
akosyakov added a commit that referenced this issue Jul 9, 2020
akosyakov added a commit that referenced this issue Jul 27, 2020
akosyakov added a commit that referenced this issue Jul 28, 2020
akosyakov added a commit that referenced this issue Jul 28, 2020
akosyakov added a commit that referenced this issue Aug 3, 2020
minyoungyang pushed a commit to minyoungyang/theia that referenced this issue Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filesystem issues related to the filesystem vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

3 participants