Paste Source CheckerPaste Source Checker is a lightweight VS Code extension that helps you record where pasted material comes from while working in Python files and Jupyter notebooks enabled for source checking. How it worksWhen an external paste is detected, a prompt asks you to enter its source, such as a website URL or the name of an application. Providing a source inserts the text and records the paste. Cancelling the prompt leaves the text unpasted. Recognized copies from within your workspace paste without a source prompt. Your source logA visible JSON log appears beside your file when you first edit a saved file with source checking enabled—even if you have not pasted anything. The log uses your file's name without its extension, followed by
The log starts with an empty list of entries. Each recorded paste adds its source, date and time, location in the file, and pasted text. You can open the JSON directly from VS Code's Explorer, or run Paste Source: Open Log File from the Command Palette to view the active file's log. |