AI when asked to update a class
AI when asked to update a class
I'm guilty of this, and so is every sysadmin I've ever been on who has had notepad++ installed. Pasting credentials, access tokens, ssh keys, and other useful information in "temporary" tabs that they forget to delete.
I'm guilty of this, and so is every sysadmin I've ever been on who has had notepad++ installed. Pasting credentials, access tokens, ssh keys, and other useful information in "temporary" tabs that they forget to delete.
Visual Studio Code stores it's cached tabs at %APPDATA%\Code\Backups\<guid>\
The untitled temporary tabs will be found in the untitled folder, and each file contains the contents of those tabs
Visual Studio Code stores it's cached tabs at %APPDATA%\Code\Backups\<guid>\
The untitled temporary tabs will be found in the untitled folder, and each file contains the contents of those tabs