Atsushi Morimoto

Results 13 issues of Atsushi Morimoto

They call actions of VSCode and other plugins.

enhancement

Hello. I would like to bring to your attention a display issue in Visual Studio Code that arises from the 'dlig' ligature setting suggested in the Monaspace font documentation. This...

``` docker run -it --rm -e HOME=$HOME -v $HOME:$HOME -v `pwd`:`pwd` container command ``` Some tools need home directory (ex, nuget) .

``` docker run -it --rm --workdir=`pwd` -v `pwd`:`pwd` container $* ```