This would be a time saver. List files in the integrated console and pipe the list to `psedit` to be opened in vs code. ```powershell ls *.log | psedit ``` The current implementation does not support multiple files and does not flow as easy. ```powershell psedit (ls *.log) ```