microsoft / microsoft/TypeScript
Pasting plain text is very slow now
オープン
@navya9singh がすでに取り組んでいます。
2025年2月4日 から。
Needs Investigation
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.3k
- 平均マージ
- 2日 4時間
- マージ済み PR(30日)
- 132
説明
Repro:
- Open src\vs\editor\contrib\suggest\test\browser\completionModel.test.ts
- Select all
- Copy
- Create src\vs\workbench\services\suggest\test\browser\simpleCompletionModel.test.ts
- Paste
- Scroll up, 🐛 I frequently see a spinner when pasting, didn't this used to essentially be instantaneous?
v1.97 insiders took around 424ms from ctrl+v to the content showing
v1.89.1 stable took around 20ms
AFAICT plain text is the default for editor.pasteAs.preferences and we therefore should not seemingly be waiting on extensions or anything else to provide any information before adding the content to the buffer. This makes the editor feel so slow imo.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。