Skip to content

Commit 8d4d796

Browse files
committed
Small tweaks
1 parent f47fd46 commit 8d4d796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/v1_96.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Tired of having to add imports after moving code between files? Try the 'paste w
376376

377377
Notice how it not only added imports, it even added a new export for a local variable that was used in the pasted code!
378378

379-
While we think this feature will be a huge time saver, we also are sensitive to disrupting your existing workflows. By default, copy and paste will always insert just the pasted text. If a `paste with imports` edit is available, you'll then see the paste widget which lets you select the `paste with imports` edit:
379+
While we think this feature will be a huge time saver, we also are sensitive to disrupting your existing workflow. That's why by default we've kept it so copy and paste will always insert just the pasted text. If a `paste with imports` edit is available, you'll then see the paste widget which lets you select the `paste with imports` edit:
380380

381381
![alt text](images/1_96/jsts-paste-widget.png)
382382

@@ -390,7 +390,7 @@ If you prefer always pasting with imports, you can [use the new `editor.pasteAs.
390390

391391
This will always try pasting with imports if an edit is available.
392392

393-
You can also setup a keybinding to paste with imports:
393+
You can also setup a keybinding to paste with imports if available:
394394

395395
```json
396396
{

0 commit comments

Comments
 (0)