vscode-filter-line icon indicating copy to clipboard operation
vscode-filter-line copied to clipboard

Failed on non-saved file

Open boffman opened this issue 4 years ago • 3 comments

Hello, I get this error message, if I run the command on a new, unsaved, file:

Running the contributed command: 'extension.filterLineByNotContainInputString' failed.

..if I save the file first, it works. It would be a nice feature, being able to run it on an unsaved buffer :-) Thanks.

boffman avatar Feb 07 '20 07:02 boffman

It's almost done, see issue #21

gost-serb avatar Feb 07 '20 18:02 gost-serb

+1 for this feature! Filtering an unsaved buffer would be very useful.

valashko avatar Mar 23 '20 12:03 valashko

Same error on "virtual documents". Just tested with their virtual document sample: https://github.com/microsoft/vscode-extension-samples/tree/master/virtual-document-sample

alberto-bc avatar Jul 07 '20 23:07 alberto-bc