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

files - allow more file operations to run in the extension host (#172345) #185988

Merged
merged 5 commits into from
Jun 23, 2023

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Jun 23, 2023

Part of #172345

Makes writeFile and createDirectory operations use the shortcut in the extension host.

@rebornix fyi

@bpasero bpasero marked this pull request as ready for review June 23, 2023 14:56
@bpasero bpasero enabled auto-merge (squash) June 23, 2023 14:58
private readonly _fileSystemProvider = new Map<string, vscode.FileSystemProvider>();
private readonly _fileSystemProvider = new Map<string, { impl: vscode.FileSystemProvider; extUri: IExtUri; isReadonly: boolean }>();

private readonly writeQueue = new ResourceQueue();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: private styles

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:), I want native privates!

#186003

@bpasero bpasero merged commit 052ac9c into main Jun 23, 2023
@bpasero bpasero deleted the ben/wasteful-jellyfish branch June 23, 2023 15:18
@github-actions github-actions bot locked and limited conversation to collaborators Aug 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants