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

Plugin: support replace method for OutputChannel #10914

Closed
vince-fugnitto opened this issue Mar 23, 2022 · 0 comments · Fixed by #10915
Closed

Plugin: support replace method for OutputChannel #10914

vince-fugnitto opened this issue Mar 23, 2022 · 0 comments · Fixed by #10915
Labels
vscode issues related to VSCode compatibility

Comments

@vince-fugnitto
Copy link
Member

Feature Description:

The goal is to improve vscode api compatibility and implement the replace method for OutputChannel.

replace(value: string) Replaces all output from the channel with the given value.

Steps to Reproduce

  1. include the following test extension vs-output-0.0.1.zip
  2. open the output-view
  3. execute the command Output: Part 1
  4. select the vs-output channel - there should be output content
  5. execute the command Output: Part 2 - the command calls replace
  6. the content is not replaced, and an error is thrown
@vince-fugnitto vince-fugnitto added the vscode issues related to VSCode compatibility label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant