In the visual studio code, if you press ctrl + c on an empty line without highlighting anything, it copies the empty line.
I thought it was possible to disable this, but could not find it.
You must do this by setting the editor.emptySelectionClipboard option to false .
editor.emptySelectionClipboard
false
Source: https://habr.com/ru/post/1265007/More articles:How to test Django on_commit hook without clearing the database? - pythonReturns undefined variable - javascriptWhat is the easiest way to clear all pseudo classes from an element? - cssCustom Rx operator for throttling only when the last value is c #to catch a warning message from aif web service - axaptaHow to create a keyvalue pair with the value of two different data types? - c #Why does string.replace (/ \ W * / g, '_') add all characters? - javascriptTarsosDSP and multithreaded SurfaceView issue - androidAngular redirect to child view by default - angularHow to iterate over a list of tuples containing three pair values? - pythonAll Articles