xterm-addon-image icon indicating copy to clipboard operation
xterm-addon-image copied to clipboard

Move into core codebase

Open Tyriar opened this issue 2 years ago • 3 comments

Finally got around to pulling this into vscode in https://github.com/microsoft/vscode/pull/182442, it works really well 👏

I've made it currently disabled by default and marked a setting with experimental. One of the things that would be great to do before enabling it by default is to merge it into the core codebase so we can strongly type the internal API usage https://github.com/microsoft/vscode/issues/182445. Thoughts?

Tyriar avatar May 14 '23 16:05 Tyriar

Yes moving it over as official addon would remove some of the typing quirks it currently faces. :+1:

Regarding the vscode integration - maybe its a good idea to mention, that images are currently not yet part of the restored terminal content (would avoid getting issue reports regarding this).

jerch avatar May 15 '23 08:05 jerch

@jerch yep, called that out in the setting and https://github.com/microsoft/vscode/issues/182445. When I add does on the support I'll call it out there to reduce some reports until it works

Tyriar avatar May 15 '23 11:05 Tyriar

@Tyriar FYI - did a last addon release from this repo for xtermjs 5.2, as it was more convenient for me at the current stage. Will move things over to the main repo in the next weeks, so prolly with the next minor of xtermjs the addon can be packed from there.

jerch avatar Jun 09 '23 13:06 jerch