Makoto Motohashi

Results 5 comments of 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?

PowerShell instead of VB Script? ``` Set-Clipboard("some string.") $clipData = Get-Clipboard() Write-Host($clipData) // some string. ```