Makoto Motohashi
Makoto Motohashi
Yes, and I improved more by receiving your comment. https://github.com/Croydon/vertical-tabs-reloaded/pull/222#issuecomment-447872301 https://github.com/Croydon/vertical-tabs-reloaded/pull/222#issuecomment-447934211 In this PR, I merged those commits with `--squash` option.
@Croydon I'm not sure why I was assigned 😅 What should I do?
I see. Thanks!!
PowerShell instead of VB Script? ``` Set-Clipboard("some string.") $clipData = Get-Clipboard() Write-Host($clipData) // some string. ```
This resolves #2