Megan Rogge
Megan Rogge
https://github.com/microsoft/vscode/issues/148857
Now that we are only creating decoration elements within the viewport, we should not see a huge perf impact from a search which has more than 1000 results.
### Steps to reproduce 1. write a wrapped line to the terminal 2. resize so the line now fits on one line 3. triple click the line -> 🐛 more...
Testing #3759 I have the pre-release version of the extension, in the VS Code folder created a topic branch via `git checkout -b merogge/topic` and added the changed file. The...
fixes #151937
https://user-images.githubusercontent.com/29464607/191609450-966f224e-a7b9-40ba-bd2f-b7afe8598f51.mov
This conditional wasn't entered when a `$HISTFILE` existed bc it was using `-z` instead of `-f`; thus, the `HISTFILE` wasn't getting set to the user's. https://github.com/microsoft/vscode/blob/4c0f7ff2a579a70c8e140096fdaeeeea79665360/src/vs/workbench/contrib/terminal/browser/media/shellIntegration-rc.zsh#L26-L28 to test, echo `$HISTFILE`...
fixes #167627
fixes https://github.com/microsoft/vscode/issues/167583 Blocked by the chromium fix but works in OSS
fix https://github.com/microsoft/vscode/issues/167582 fyi @connor4312 to update the npm contrib