Skip to content

Add vscode.workspace.fs.createWriteStream(). #84515

@ericsnowcurrently

Description

@ericsnowcurrently

(see #84175)

For the Python extension, we currently use node's fs.createWriteStream() for a variety of purposes:

  1. downloading multi-MB files (and tracking progress)
    • calling into a third-party library that expects an fs.WriteStream
  2. writing generated data out to a file a chunk at a time
  3. writing log data out to a file, one entry at a time

For example:

@jrieken

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions