VSCode extension which adds an 'Open in New Window' option to the right-click context menu in the Explorer.
If using macOs, code must be manually registered in the system's path for this extension to work. You can do so by running this in terminal...
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
Known Issues
The extension is currently launching a terminal and running code -n --folder-uri ${folderUri}. There is probably a better alternative so suggestions are welcome!