dynamicsoar's log

主に研究関係のメモ

2018-09-02から1日間の記事一覧

Windows で VS Code の integrated terminal を cygwin64 の bash にする

概要 デフォルトでは Powershell になっている integrated terminal(エディタ下部にあるターミナル)を cygwin の bash に変えたい。ググると少し古い情報が色々ヒットするが、2018-09-01現在は既に公式に記載がある: code.visualstudio.com 概ねここにあ…

Windows で VS Code が要求する Git を入れようとして詰まった → 一度 Back すればいけた

VS Code は Github Desktop を無視する *1: VS Code only supports the official Git distribution for its Git integration. https://code.visualstudio.com/docs/editor/versioncontrol#_i-have-github-desktop-installed-on-my-computer-but-vs-code-ign…