Relevant snippet:

We’re now adding the option to allow the collection of detailed code‑related data pertaining to IDE activity, such as edit history, terminal usage, and your interactions with AI features. This may include code snippets, prompt text, and AI responses.

Comment:

So if I accidentally Cmd+V a slightly-sensitive string into my IDE, I now have to consider that string compromised? Even if I’m just doing some local testing? If I paste someone’s name in, that’s potentially me causing a data breach? What?

Source: https://furry.engineer/@ret/115305628217251579

  • eletes@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    In vim it’s visual block mode, which allows you to highlight a rectangle of characters. Original vi does not have that